Click To Call for Internet Phone - Ringover

Click To Call for Internet Phone - Ringover

With the Click To Call for Internet Phone - Ringover extension, all phone numbers displayed on web pages become clickable!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "short_name": "Click2Call",
  "author": "Ringover Group",
  "description": "__MSG_appDesc__",
  "homepage_url": "https://ringover.com",
  "default_locale": "en",
  "version": "1.5.4",
  "permissions": [
    "management",
    "contextMenus",
    "tabs",
    "activeTab",
    "webNavigation",
    "*://*/*"
  ],
  "browser_action": {
    "default_title": "Click2Call",
    "default_icon": "assets/img/logo-64-disabled.png"
  },
  "background": {
    "page": "index.html",
    "persistent": true
  },
  "icons": {
    "16": "assets/img/logo-16.png",
    "32": "assets/img/logo-32.png",
    "48": "assets/img/logo-64.png",
    "64": "assets/img/logo-64.png",
    "128": "assets/img/logo-128.png"
  },
  "options_page": "assets/options.html",
  "options_ui": {
    "page": "assets/options.html",
    "open_in_tab": false
  },
  "content_scripts": [
    {
      "js": [
        "assets/js/crm_modules.js",
        "assets/js/content.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    "assets/*"
  ],
  "externally_connectable": {
    "ids": [
      "*"
    ],
    "matches": [
      "https://*.ringover.dev/*",
      "https://ringover.dev/*",
      "https://*.ringover.xyz/*",
      "https://ringover.xyz/*",
      "https://*.ringover.net/*",
      "https://ringover.net/*",
      "https://*.bjtpartners.fr/*",
      "https://*.ringover.com/*"
    ]
  },
  "content_security_policy": "script-src 'self' 'unsafe-inline'; object-src 'self'"
}