Shoper Connect Click to Call

Shoper Connect Click to Call

Shoper Connect Click to Call 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": 3,
  "name": "Shoper Connect Click to Call",
  "description": "Shoper Connect Click to Call automatically highlights phone numbers on websites and allows you to call them with just a click!",
  "default_locale": "en",
  "version": "1.6.0",
  "action": {
    "default_title": "Shoper Connect Widget",
    "default_icon": "icons/shoper_connect_48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "sso-popup.html"
      ],
      "matches": [
        "https://*.aws-app.be/*",
        "https://*.aws-whitelabel.ch/*",
        "https://*.crazycall.com/*",
        "https://*.crazy-calls.com/*",
        "https://*.channels.app/*",
        "https://*.shoperconnect.pl/*"
      ]
    }
  ],
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "tabs",
    "storage",
    "contextMenus",
    "notifications"
  ],
  "icons": {
    "16": "icons/shoper_connect_16.png",
    "48": "icons/shoper_connect_48.png",
    "128": "icons/shoper_connect_128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAouZ5FK8P5aFDWEXLwhHmI9FtwgiJ+61xbyRuR1Rj6t5adUXm8K/yF3JCp+ifW8vJNbYHxYKN/FnVU97JkILl6n6WuJEn03Szy1+HH67qr0k0b4GulRKzqOvChSD5f8oHikeEV9RF/302BtbJ1NEoZ6UpYnof72kwinD+dsyEf3UqQpp3JH2rPxiyNZTE5F65oUBITXqBAlRn0pX97UGE60hxmcF0W21MqHcSjqrQwRyAPefu+Y/2+LtFfjav9pFbOCHON0nnetkc3L7SX15WWCcZ5btgr3/H5PjUf3C/DpagFoE+aa99+EVsloaCW9EKlGeOIZgXO3DeP2ZuGQEZaQIDAQAB",
  "minimum_chrome_version": "88",
  "externally_connectable": {
    "matches": [
      "https://*.aws-app.be/*",
      "https://*.aws-whitelabel.ch/*",
      "https://*.crazycall.com/*",
      "https://*.crazy-calls.com/*",
      "https://*.channels.app/*",
      "https://*.shoperconnect.pl/*"
    ]
  }
}