Hot Prospector - Browser Click to Call Dialer

Hot Prospector - Browser Click to Call Dialer

Hot Prospector Show You How To Manage All Of Your Marketing And Customer Prospecting With An All-In-One Marketing Command Center.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "js/patch.js",
      "js/jquery-3.2.1.min.js",
      "js/Process.js",
      "js/Background.js",
      "scripts.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "19": "img/default-19x19.png",
      "32": "img/default-32x32.png",
      "48": "img/default-48x48.png",
      "128": "img/default-128x128.png"
    },
    "default_popup": "index.html",
    "default_title": "Telephone number detection"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "js/patch.js",
        "js/jquery-3.2.1.min.js",
        "ContentPage.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "Hot Prospector Show You How To Manage All Of Your Marketing And Customer Prospecting With An All-In-One Marketing Command Center.",
  "icons": {
    "19": "images/Icon16x16.png",
    "32": "images/Icon32x32.png",
    "48": "images/Icon48x48.png",
    "128": "images/Icon128x128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAg7NvpTIRbmiIVpCbSuCmOdn0ea/kfICS1L0EI491Nl7eS7FKAjqlR+pAR3u2xgnYhpI2fR4PR86o5WiVp5KDrCYxzUbm46HVnnIQoDy7ejsKQXvhgeC3iYjQLkJ8CQNIjWOhL7Fw/HQiM1Pz8kitVOh8/Ro5Vj39XmEn2bg7rhbg73y55C7Gn03pNBh3ISnwFCtJEJ55ttDsIKbkbgRwVX3uavTnZMlP6T5cMZ/tudG2Podld3wKXYwwO149ryOJYls1q+FKQGOCobzVWM4vtfL1AsIfW6dL6FsgSTi4NUIRPBwfjr2jGw3VQBlGa16woCccBhdYAef15OY7ywBmfQIDAQAB",
  "manifest_version": 2,
  "name": "Hot Prospector - Browser Click to Call Dialer",
  "permissions": [
    "tabs",
    "storage"
  ],
  "short_name": "Click to Call - Browser Dialer",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.12"
}