Auto Dialer for Twilio Platform

Auto Dialer for Twilio Platform

Online phone call and SMS from chrome browser. 50+ useful features.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "js": [
        "js/jquery.min.js",
        "js/content.js"
      ],
      "run_at": "document_start",
      "all_frames": false
    }
  ],
  "browser_action": {
    "default_icon": "img/logomash.png",
    "default_popup": "popup.html"
  },
  "description": "Online phone call and SMS from chrome browser. 50+ useful features.",
  "icons": {
    "48": "img/logomash48.png",
    "128": "img/logomash128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2g1Geuz2zTaWG3g5xvdO4BzUCDYvY2CmDPl6RbpXtLuavxo2uR37/uxEOqZDuNxgPtxtlK25SV7jsWEx1duNnCHqPYVytPZ9EcGx/8ZG5WpEdc67phrCAwyXI9bxwrqNNsj/4WNv0JoVn747EOjEl3KM3rEvhgSpx7bd+0RDVwqczrfnfshzLdenylIBs8Nbf85WjoLTUx74y5eM3IgO713W15mCB/FnV2QQAr0SjZfKTFMMMtn11SNfVlUf9l2KFMoViNHDO+Wqpwf3S+8sqIUraksnoVPDPe6kYaK9lP8kIf6w2SiuHMf7/llAedviiKk8DY5kO+wgwPewuAhV4wIDAQAB",
  "manifest_version": 2,
  "name": "Auto Dialer for Twilio Platform",
  "permissions": [
    "identity",
    "identity.email",
    "activeTab"
  ],
  "optional_permissions": [
    "https://www.googleapis.com/",
    "http://*/",
    "https://*/"
  ],
  "version": "3.2.9",
  "web_accessible_resources": [
    "*.png",
    "*.jpg",
    "open_modal.html",
    "*.gif"
  ],
  "oauth2": {
    "client_id": "446510891009-3ufm7fpd53t1jclus70g9v341tqkht5f.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/chromewebstore.readonly"
    ]
  }
}