CHIETKHAU

CHIETKHAU

Hỗ trợ lấy chiết khấu 1688 taobao

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": {
      "19": "images/copy.png",
      "38": "images/copy.png"
    },
    "default_popup": "popup.html",
    "default_title": "CHIET KHAU TAOBAO 1688"
  },
  "content_scripts": [
    {
      "all_frames": false,
      "css": [
        "styles/content.css"
      ],
      "js": [
        "bower_components/jquery/dist/jquery.js",
        "bower_components/clipboard/dist/clipboard.js",
        "scripts/content.js",
        "scripts/sugg.js",
        "scripts/content_tao.js"
      ],
      "matches": [
        "https://detail.1688.com/offer/**",
        "http://detail.1688.com/offer/**",
        "https://item.taobao.com/item.htm**",
        "https://detail.tmall.com/item.htm**",
        "https://trade.1688.com/order/buyer_order_list.htm?**"
      ],
      "run_at": "document_end"
    },
    {
      "css": [
        "styles/content.css"
      ],
      "js": [
        "bower_components/jquery/dist/jquery.js",
        "bower_components/clipboard/dist/clipboard.js",
        "scripts/content_tao.js",
        "scripts/sugg.js"
      ],
      "matches": [
        "http://*.buyertrade.taobao.com/*",
        "*://buyertrade.taobao.com/*",
        "*://work.1688.com/home/buyer.htm*",
        "*://trade.1688.com/order/buyer_order_list.htm?*"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "Hỗ trợ lấy chiết khấu 1688 taobao ",
  "icons": {
    "16": "images/copy.png",
    "128": "images/copy.png"
  },
  "manifest_version": 2,
  "name": "CHIETKHAU",
  "omnibox": {
    "keyword": "OMNIBOX-KEYWORD"
  },
  "options_page": "options.html",
  "options_ui": {
    "chrome_style": true,
    "page": "options.html"
  },
  "permissions": [
    "https://detail.1688.com/**",
    "https://chietkhau1688.vn/**",
    "http://www.robotchietkhau.com/**",
    "https://item.taobao.com/item.htm**",
    "https://detail.tmall.com/item.htm**"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.1.1",
  "web_accessible_resources": [
    "template/index.html"
  ]
}