Gom Đơn Bán Hàng 2.0

Gom Đơn Bán Hàng 2.0

Cộng tác viên gom đơn đơn từ nhiều nguồn

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Gom Đơn Bán Hàng 2.0",
  "short_name": "Quản lý đơn hàng trên các sàn thương mại điện tử",
  "version": "0.0.11",
  "description": "Cộng tác viên gom đơn đơn từ nhiều nguồn",
  "permissions": [
    "tabs",
    "storage",
    "unlimitedStorage",
    "https://banhang.shopee.vn/*",
    "https://shopee.vn/*i.*",
    "https://shopee.vn/*",
    "https://shopee.vn/product/*/*"
  ],
  "browser_action": {
    "default_popup": "app-options/index.html",
    "default_title": "CTV Gom Đơn Bán"
  },
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "options_page": "app-options/index.html",
  "content_scripts": [
    {
      "js": [
        "contentPage.js"
      ],
      "matches": [
        "https://banhang.shopee.vn/*",
        "https://shopee.vn/*i.*",
        "https://shopee.vn/*",
        "https://shopee.vn/product/*/*"
      ],
      "css": [
        "material-icon.css"
      ]
    }
  ],
  "background": {
    "scripts": [
      "backgroundPage.js"
    ]
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://www.gstatic.com https://*.firebaseio.com https://apis.google.com ; object-src 'self'"
}