QuetPhone.Com - Tìm kiếm khách hàng trên FB

QuetPhone.Com - Tìm kiếm khách hàng trên FB

Quetphone.com - Ứng dụng tìm kiếm khách hàng, marketing FB hiệu quả!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "QuetPhone.Com - Tìm kiếm khách hàng trên FB",
  "version": "8.0.0",
  "browser_action": {},
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "https://*.facebook.com/*",
    "https://wwww.messenger.com/*",
    "tabs",
    "cookies"
  ],
  "content_scripts": [
    {
      "js": [
        "src/jquery.min.js",
        "src/jquery.notify.min.js",
        "content.js"
      ],
      "matches": [
        "https://*.facebook.com/*",
        "https://*.messenger.com/*"
      ],
      "all_frames": true
    }
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "description": "Quetphone.com -  Ứng dụng tìm kiếm khách hàng, marketing FB hiệu quả!",
  "icons": {
    "16": "img/16.png",
    "32": "img/32.png",
    "48": "img/48.png",
    "64": "img/64.png",
    "128": "img/128.png",
    "196": "img/196.png"
  }
}