Examine source code of EVS7 Click to Call

Inspect and view changes in EVS7 Click to Call source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
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.3resigned1"
}