超级下单

超级下单:万能的一件代发下单神器!…

What is 超级下单?

超级下单 is a Chrome extension developed by chaojixiadan, and its main feature is "超级下单:万能的一件代发下单神器!…".

Extension Screenshots

screenshot

Download 超级下单 Extension CRX File

Download 超级下单 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        超级下单:万能的一件代发下单神器!
超级下单,是阿里巴巴为淘宝卖家量身定制的一件代发下单神器。通过超级下单,淘宝卖家可以快速向1688供应商下单,下单后供应商的发货信息和物流信息也能实时同步到淘宝店铺。超级下单旨在解决所有淘宝卖家代发下单的难题,实现一键快速向供应商下单。                    

Extension Basic Information

Name 超级下单 超级下单
ID dllgocogbblembnhmkbjbakkfkooficl
Official URL https://chromewebstore.google.com/detail/%E8%B6%85%E7%BA%A7%E4%B8%8B%E5%8D%95/dllgocogbblembnhmkbjbakkfkooficl
Description 超级下单:万能的一件代发下单神器!…
File Size 69.29 KB
Installation Count 993
Current Version 1.3
Last Updated 2017-02-06
Publish Date 2017-02-06
Rating 5.00/5 Total 2 Ratings
Developer chaojixiadan
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u8d85\u7ea7\u4e0b\u5355",
    "version": "1.3",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "lib\/jquery.js"
        ]
    },
    "icons": {
        "48": "images\/48.png",
        "96": "images\/96.png",
        "128": "images\/128.png"
    },
    "browser_action": {
        "default_icon": "images\/default-icon.png",
        "default_title": "\u8d85\u7ea7\u4e0b\u5355",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.1688.com\/*",
                "*:\/\/*.taobao.com\/*"
            ],
            "css": [
                "content\/content.css"
            ],
            "js": [
                "lib\/jquery.js",
                "content\/content.min.js"
            ]
        }
    ],
    "permissions": [
        "*:\/\/*.1688.com\/*",
        "*:\/\/*.taobao.com\/*"
    ]
}