Mobile VoIP Connect

Mobile VoIP Connect

Can Initiate a call by clicking on any phone number displayed in the browser w/o the 3rd party CORS extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "content_scripts": [
    {
      "js": [
        "jquery-3.2.1.min.js",
        "MobileVoipConnectCore.js",
        "form.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "Can Initiate a call by clicking on any phone number displayed in the browser w/o the 3rd party CORS extension",
  "icons": {
    "48": "./icon.png"
  },
  "browser_action": {
    "default_icon": "./icon.png",
    "default_popup": "index.html"
  },
  "manifest_version": 2,
  "name": "Mobile VoIP Connect",
  "permissions": [
    "storage",
    "https://api.mobilevoipconnect.com/"
  ],
  "version": "0.0.4.0",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}