AI Reply Assistant Firefox

Examine source code of AI Reply Assistant

By: Hasib
Inspect and view changes in AI Reply Assistant source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ai-reply-assistant",
  "description": "AI-powered reply assistant for LinkedIn and beyond",
  "version": "1.0.0",
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "96": "icon/96.png",
    "128": "icon/128.png"
  },
  "permissions": [
    "identity",
    "storage"
  ],
  "oauth2": {
    "client_id": "493739850136-pfkgaoecblfpvngiak6tou2jth20amil.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/drive.appdata",
      "https://www.googleapis.com/auth/userinfo.email"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "linkedin-reply-ai@extension"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Default Popup Title",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.google.com/*"
      ],
      "js": [
        "content-scripts/content.js"
      ]
    }
  ]
}

Best AI Reply Assistant Alternatives

Here are some Firefox add-ons that are similar to AI Reply Assistant: