marketingtool.top

marketingtool.top

Tra cứu SĐT theo ngành nghề. Hỗ trợ chốt sale hiệu quả, tìm kiếm khách hàng tiềm năng hoàn hảo. Liên tục cập nhật.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "marketingtool.top",
  "short_name": "marketingtool.top",
  "description": "Tra cứu SĐT theo ngành nghề. Hỗ trợ chốt sale hiệu quả, tìm kiếm khách hàng tiềm năng hoàn hảo. Liên tục cập nhật.",
  "version": "1.2",
  "icons": {
    "16": "img/icon16.png",
    "32": "img/icon32.png",
    "64": "img/icon64.png",
    "128": "img/icon128.png"
  },
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "img/icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "https://*.facebook.com/*",
    "https://wwww.messenger.com/*",
    "http://marketingtool.top/*",
    "http://*/*",
    "https://*/*",
    "activeTab",
    "webRequest",
    "webRequestBlocking",
    "webNavigation",
    "storage",
    "tabs",
    "notifications"
  ],
  "content_scripts": [
    {
      "css": [
        "css/inner.css",
        "css/popup.css"
      ],
      "js": [
        "js/jquery-1.7.min.js",
        "js/inner.js",
        "js/jquery.notify.min.js",
        "js/toastr.min.js",
        "js/md5.js"
      ],
      "matches": [
        "https://*.facebook.com/*",
        "https://*.messenger.com/*"
      ]
    }
  ],
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'"
}