100Express

中国集运专家,一键添加包裹功能!

Wat is 100Express?

100Express is een Chrome-extensie ontwikkeld door https://www.100express.com, en de belangrijkste functie is "中国集运专家,一键添加包裹功能!".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie 100Express

Download 100Express-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        中国集运专家,一键添加包裹功能!                    

Basisinformatie over de Extensie

Naam 100Express 100Express
ID pcaljnfcckhocelhhimepocadoedfgdj
Officiële URL https://chromewebstore.google.com/detail/100express/pcaljnfcckhocelhhimepocadoedfgdj
Beschrijving 中国集运专家,一键添加包裹功能!
Bestandsgrootte 325 KB
Aantal Installaties 336
Huidige Versie 1.0.6
Laatst Bijgewerkt 2018-12-09
Publicatiedatum 2018-12-09
Ontwikkelaar https://www.100express.com
Betalingswijze free
Extensiewebsite https://www.100express.com/
Ondersteunde Talen zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "100Express",
    "version": "1.0.6",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "lib\/jquery.min.js",
            "lib\/dist\/js\/bootstrap.min.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon.png",
        "256": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/buyertrade.taobao.com\/trade\/itemlist\/*"
            ],
            "css": [
                "\/contents\/content.css",
                "\/lib\/dist\/css\/bootstrap.min.css"
            ],
            "js": [
                "\/lib\/jquery.min.js",
                "\/lib\/dist\/js\/bootstrap.min.js",
                "\/contents\/taobao.js",
                "\/contents\/content.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/trade.1688.com\/order\/buyer_order_list.htm*",
                "*:\/\/work.1688.com\/*"
            ],
            "css": [
                "\/contents\/content.css",
                "\/lib\/dist\/css\/bootstrap.min.css"
            ],
            "js": [
                "\/lib\/jquery.min.js",
                "\/lib\/dist\/js\/bootstrap.min.js",
                "\/contents\/1688.js",
                "\/contents\/content.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/order.jd.com\/*"
            ],
            "css": [
                "\/contents\/content.css",
                "\/lib\/dist\/css\/bootstrap.min.css"
            ],
            "js": [
                "\/lib\/jquery.min.js",
                "\/lib\/dist\/js\/bootstrap.min.js",
                "\/contents\/jd.js",
                "\/contents\/content.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "*:\/\/order.jd.com\/*",
        "*:\/\/trade.1688.com\/*",
        "*:\/\/buyertrade.taobao.com\/*",
        "*:\/\/work.1688.com\/*",
        "*:\/\/www.100express.com\/*"
    ]
}