EVS7 Click to Call

EVS7 Click to Call

Click any phone number to dial when using EVS7's Click Dialer software

Merlin
Additional files are visible only to premium users

manifest.json


{
  "applications": {
    "gecko": {
      "id": "evs7-click-to-call@chrome-tailor"
    }
  },
  "author": "EVS7.com",
  "background": {
    "scripts": [
      "js/jquery.js",
      "js/Process.js",
      "js/Background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "19": "images/Icon18.png",
      "32": "images/Icon32.png",
      "48": "images/Icon48.png",
      "128": "images/Icon128.png"
    },
    "default_title": "EVS7 Click to Call"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "js/jquery.js",
        "js/ContentPage.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "Click any phone number to dial when using EVS7's Click Dialer software",
  "icons": {
    "19": "images/Icon18.png",
    "32": "images/Icon32.png",
    "48": "images/Icon48.png",
    "128": "images/Icon128.png"
  },
  "manifest_version": 2,
  "name": "EVS7 Click to Call",
  "options_ui": {
    "page": "options/options.html"
  },
  "permissions": [
    "tabs",
    "storage"
  ],
  "version": "1.2"
}