CRM Plug-In Firefox

Examine source code of CRM Plug-In

Inspect and view changes in CRM Plug-In source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Cloud CRM Extension",
  "manifest_version": 2,
  "name": "CRM Cloud Plug-In",
  "version": "1.1",
  "applications": {
    "gecko": {
      "id": "crm.cloud.plugin_firefox@crmcloud.com.br",
      "strict_min_version": "55.0"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/message_v2.svg"
  },
  "permissions": [
    "nativeMessaging",
    "tabs"
  ]
}

Best CRM Plug-In Alternatives

Here are some Firefox add-ons that are similar to CRM Plug-In: