Công Cụ Đặt Hàng Nhập Hàng Nhanh

Công Cụ Đặt Hàng Nhập Hàng Nhanh

Nhập Hàng Nhanh 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ư taobao, tmall, 1688.

Merlin
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ập Hàng Nhanh 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ư taobao, tmall, 1688.",
  "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://nhaphangnhanh.com/*",
    "http://nhaphangnhanh.com/*"
  ],
  "icons": {
    "16": "images/icon-16.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvWUo2XOL6lgKr5nP93DfbJb7aUk7H9JG4NCtmPRk7ZTAa4+2m2G9zU8UE+odDJoANBC8nYIUPiGrFWcbLnXEfE2zbaXO1e8WiEPulocEsdauOufmmFzZWypa3sl/ESrpiVRDQLoTVb2FLUDP+RL5ttD+bcCoP5vYIKucOXkPkFeHLjprfuDagOvW2OAaEsuXu9v1ZdK3/ZchGYzrbvnpDEi4+gjmXm+ocPqmbUxNqDuOio957xIcvhK3WFJ4gxNBE1pN7928EheS9yX3dFZTMAeZqydXeqoOGcZLzutbEOI3luXCbDQ1/KlhKGkHyspZzHqWg4kIlCcA/4ETzsqixwIDAQAB",
  "manifest_version": 3,
  "name": "Công Cụ Đặt Hàng Nhập Hàng Nhanh",
  "options_page": "options.html",
  "permissions": [
    "storage"
  ],
  "short_name": "Nhập Hàng Nhanh",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.8",
  "web_accessible_resources": [
    {
      "extension_ids": [
        "bhpnljiijejbhapahgobhbhplpncacci"
      ],
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "images/*",
        "template/*",
        "*.png",
        "css/*",
        "css/main.css",
        "js/*",
        "js/getGlobalData.js"
      ]
    }
  ]
}