Công Cụ Đặt Hàng Nhật Vượng

Công Cụ Đặt Hàng Nhật Vượng

Nhật Vượng cung cấp công cụ hỗ trợ bạn đặt hàng trực tuyến tại các website thương mại điện tử như 1688, TMALL, Taobao.

Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": "images/icon-128.png",
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "new_background.js"
  },
  "content_scripts": [
    {
      "css": [
        "css/font-awesome.css"
      ],
      "js": [
        "js/jquery.js",
        "js/test.js",
        "js/md5.min.js",
        "js/config.js",
        "js/script.js"
      ],
      "matches": [
        "http://*.taobao.com/*",
        "https://*.taobao.com/*",
        "http://*.1688.com/*",
        "https://*.1688.com/*",
        "http://*.tmall.com/*",
        "https://*.tmall.com/*",
        "http://*.tmall.hk/*",
        "https://*.tmall.hk/*"
      ]
    }
  ],
  "content_security_policy": {},
  "description": "Nhật Vượng cung cấp công cụ hỗ trợ bạn đặt hàng trực tuyến tại các website thương mại điện tử như 1688, TMALL, Taobao.",
  "host_permissions": [
    "http://*.taobao.com/*",
    "https://*.taobao.com/*",
    "http://*.1688.com/*",
    "https://*.1688.com/*",
    "http://*.tmall.com/*",
    "https://*.tmall.com/*",
    "http://*.tmall.hk/*",
    "https://*.tmall.hk/*",
    "https://nhatvuongvn.com/*",
    "http://nhatvuongvn.com/*"
  ],
  "icons": {
    "16": "images/icon-16.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhWvAXbzJNZGunZkDDrDUu67C63EwSl41upJo7GDILzkW4zM3ZdKMIHRHIBrpx3TeVtXW4cxKI/+wdMtKfri1mPcC536HA1PLoNfQUvISM6fvB5OGw8cDZN8gw7MDFuKo+R6sPjinVIHJNMrQXC1HkOsAzK63EwGsDjTpDKg5W5QVeGkJ5OxZmuBE/IfabAUsBrYzT/cHc8/txdkeG5ReVxl3JnXUAJdesdZ3NqBKWh1MHDlTvefQKPpSUBfCZJ/MNiDRWuMou+ZokYY31xG4qBdBr/pziARCoUI/OMNln9L/zJRsPyb3SZ/85ZlpGIsyOOMlJdYWnA3HGifOyfAbvQIDAQAB",
  "manifest_version": 3,
  "name": "Công Cụ Đặt Hàng Nhật Vượng",
  "options_page": "options.html",
  "permissions": [
    "storage"
  ],
  "short_name": "Nhật Vượng",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.8",
  "web_accessible_resources": [
    {
      "extension_ids": [
        "bhpnljiijejbhapahgobhbhplpncacci"
      ],
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "images/*",
        "template/*",
        "*.png",
        "css/*",
        "css/main.css",
        "js/*",
        "js/getGlobalData.js"
      ]
    }
  ]
}