Leaddesk Talk Firefox

Examine source code of Leaddesk Talk

Inspect and view changes in Leaddesk Talk source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Leaddesk Talk",
  "version": "1.31.6",
  "default_locale": "en_US",
  "description": "A plugin for recognizing phone numbers for LeadDesk.",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "author": "LeadDesk Oy",
  "background": {
    "scripts": [
      "js/prefManager.js",
      "js/background.js"
    ],
    "persistent": true
  },
  "applications": {
    "gecko": {
      "id": "development@leaddesk.com",
      "strict_min_version": "45.0"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "file:///*"
      ],
      "css": [
        "css/callManagerPro.css"
      ],
      "js": [
        "libs/jquery.js",
        "js/callManagerPro.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ],
  "browser_action": {
    "default_icon": {
      "19": "icons/bar_icon19.png",
      "38": "icons/bar_icon38.png"
    }
  },
  "options_ui": {
    "page": "html/options.html"
  },
  "offline_enabled": false,
  "permissions": [
    "tabs",
    "http://login.leaddesk.com/buttons/patterns/patterns.xml",
    "https://login.leaddesk.com/",
    "https://support.leaddesk.com/"
  ]
}

Best Leaddesk Talk Alternatives

Here are some Firefox add-ons that are similar to Leaddesk Talk: