Channels Click to Call

Channels Click to Call

Channels automatically highlights phone numbers on websites and allows you to call them with just a click!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Channels Click to Call",
  "description": "Channels automatically highlights phone numbers on websites and allows you to call them with just a click!",
  "default_locale": "en",
  "version": "2.14.7",
  "browser_action": {
    "default_title": "Channels Widget",
    "default_icon": "icons/cc-default-channels.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    "sso-popup.html"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "permissions": [
    "tabs",
    "storage",
    "contextMenus",
    "notifications"
  ],
  "icons": {
    "16": "icons/cc-default-channels.png",
    "48": "icons/cc-48-channels.png",
    "128": "icons/cc-128-channels.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqhRacvBDxYblZFDB0QRgR2c2E9UU+Q3CaBLZDGOt9oTegzucBUElZMkQLBJhcrqH+3yLb05F4s7vCBZJ62bv9X3BcM55YXjn9WjKa2/P1coSMohM12HGxCcWMHxIIrD/LTBxpgD/+5IMiEDY/oOF0YPVUQCNvKNJrU8ALobbgXDc3ZTmwA2KXEahdaarc6eLjnICGX7sB1SE5r4OXcxS5TGdSYxBKEr+O6voNMgJ+6RVzMgZ1kQ+eS+Inq1P+66iSqFeLJhrDtCdQe1PpucMjA1OVZJjO5w66Fq7WJ7yDPCVH27QVQwi7cEDj6K/Wo5vpSvD3KT5T4Gt/g6/Q0f49wIDAQAB",
  "minimum_chrome_version": "56",
  "externally_connectable": {
    "matches": [
      "https://*.aws-app.be/*",
      "https://*.crazycall.com/*",
      "https://*.crazy-calls.com/*",
      "https://*.channels.app/*"
    ]
  }
}