Groups keyboard shortcuts have been updated
Dismiss
See shortcuts

extension not working

40 views
Skip to first unread message

TE_51_HarishSargar

unread,
May 19, 2025, 8:02:06 AMMay 19
to Chromium Extensions
{
  "name": "AI-Email Replyer",
  "description": "AI powered email reply generatr",
  "version": "1.0",
  "manifest_version": 3,
  "action": {
    "default_title": "Email Writer Assistant"
  },
  "permissions": ["storage", "activeTab"],
  "host_permissions": [
  ],
  "content_scripts": [
    {
      "js": ["content.js"],
      "matches": ["https://mail.google.com/*"],
      "css": ["content.css"],
      "run_at": "document_start"

    }
  ],
  "web_accessible_resources": [
    {
      "resources": [ "icons/*" ],
      "matches": [ "https://mail.google.com/*" ]
    }
  ]
}



whats the reason the extension is not working (not printing anything in console)
in content.js
console.log("AI content script loaded here");
Reply all
Reply to author
Forward
0 new messages