Grandstream (click-to-call) Firefox

Examine source code of Grandstream (click-to-call)

Inspect and view changes in Grandstream (click-to-call) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Grandstream (click-to-call)",
  "description": "__MSG_description__",
  "homepage_url": "https://github.com/alexey-gamov/grandstream-ctc",
  "default_locale": "en",
  "version": "0.2.8",
  "icons": {
    "16": "assets/icon.png",
    "48": "assets/icon.png",
    "128": "assets/icon.png"
  },
  "background": {
    "scripts": [
      "scripts/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "scripts/content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_action": {
    "default_icon": "assets/icon.png",
    "default_popup": "pages/popup.html"
  },
  "options_ui": {
    "page": "pages/options.html"
  },
  "omnibox": {
    "keyword": "call"
  },
  "permissions": [
    "notifications",
    "activeTab",
    "storage",
    "http://*/"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{88c8dc86-a910-413f-ab32-41bd28d7f2c7}"
    }
  }
}

Best Grandstream (click-to-call) Alternatives

Here are some Firefox add-ons that are similar to Grandstream (click-to-call):