Aircall Dialer

Aircall Dialer

Dial and call phone numbers from any webpage, or add them to an automated calling list.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "3.16.19",
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/16/unlogged.png",
      "32": "icons/32/unlogged.png",
      "48": "icons/48/unlogged.png",
      "128": "icons/128/unlogged.png"
    },
    "default_title": "Aircall Dialer"
  },
  "background": {
    "scripts": [
      "background.bundle.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "js": [
        "contentScript.bundle.js"
      ]
    }
  ],
  "icons": {
    "16": "icons/16/enabled.png",
    "32": "icons/32/enabled.png",
    "48": "icons/48/enabled.png",
    "128": "icons/128/enabled.png"
  },
  "web_accessible_resources": [
    "fonts/*.woff2",
    "assets/*",
    "icons/*"
  ],
  "permissions": [
    "tabs",
    "activeTab",
    "<all_urls>",
    "webNavigation",
    "identity"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://*.satismeter.com/ https://accounts.google.com/* https://*.rudderlabs.com/; object-src 'self';",
  "oauth2": {
    "client_id": "7770507806-2ckkhr0266fuohk3nc9jcnfiaod2v6ak.apps.googleusercontent.com",
    "scopes": [
      ""
    ]
  },
  "externally_connectable": {
    "matches": [
      "https://phone.aircall.io/*",
      "https://phone.aircall-staging.com/*",
      "https://phone-gitlab.netlify.app/*",
      "*://localhost/*"
    ]
  },
  "short_name": "Aircall Dialer",
  "name": "Aircall Dialer",
  "description": "Dial and call phone numbers from any webpage, or add them to an automated calling list.",
  "browser_specific_settings": {
    "gecko": {
      "id": "{6e5993f0-8c65-4bf0-a065-972dc44a1e88}"
    }
  }
}