Tellq Click-to-Call Extension

Tellq Click-to-Call Extension

Tellq is lean & powerful in-house call center solution for small & medium enterprises. It gives companies a set of tools to handle…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Tellq Click-to-Call Extension",
  "version": "0.1.3",
  "manifest_version": 2,
  "description": "",
  "background": {
    "scripts": [
      "loading.js",
      "eventPage.js"
    ],
    "persistent": false
  },
  "page_action": {
    "default_title": "Tellq Click-to-Call Extension"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "jquery-1.4.4.min.js",
        "jquery.ba-replacetext.min.js",
        "contentscript.js"
      ],
      "run_at": "document_idle",
      "all_frames": true
    }
  ]
}