Custom App Gmail Extension Firefox

Examine source code of Custom App Gmail Extension

Inspect and view changes in Custom App Gmail Extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Gaintime Gmail Extension",
  "description": "Extension showing use of the InboxSDK adding action items from Gmail",
  "icons": {
    "16": "favicon16.png",
    "48": "favicon16.png"
  },
  "version": "1.0",
  "content_scripts": [
    {
      "matches": [
        "https://mail.google.com/*",
        "https://inbox.google.com/*",
        "https://www.mozilla.org/en-US/firefox/new/*"
      ],
      "js": [
        "inboxsdk.js",
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    "favicon16.png"
  ],
  "permissions": [
    "https://mail.google.com/",
    "https://inbox.google.com/"
  ],
  "manifest_version": 2,
  "browser_specific_settings": {
    "gecko": {
      "id": "{b86dff1d-0c7b-4cc9-826b-9f245a777c09}"
    }
  }
}

Best Custom App Gmail Extension Alternatives

Here are some Firefox add-ons that are similar to Custom App Gmail Extension: