蜂鸟-链接收集器

chromer系扩展,蜂鸟-链接收集器

Cos'è 蜂鸟-链接收集器?

蜂鸟-链接收集器 è un'estensione di Chrome sviluppata da 747623054, e la sua funzione principale è "chromer系扩展,蜂鸟-链接收集器".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione 蜂鸟-链接收集器

Scarica i file di estensione 蜂鸟-链接收集器 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        【蜂鸟链接收集器】是一款专门针对蜂鸟lazada批量上货软件用于批量采集1688和速卖通产品链接的浏览器插件,非常的实用!祝LAZADA跨境卖家能够大卖!                    

Informazioni di Base sull'Estensione

Nome 蜂鸟-链接收集器 蜂鸟-链接收集器
ID nodhbmmecponhbfiiflmjgcbidkmledb
URL Ufficiale https://chrome.google.com/webstore/detail/%E8%9C%82%E9%B8%9F-%E9%93%BE%E6%8E%A5%E6%94%B6%E9%9B%86%E5%99%A8/nodhbmmecponhbfiiflmjgcbidkmledb
Descrizione chromer系扩展,蜂鸟-链接收集器
Dimensione del File 167 KB
Conteggio Installazioni 41
Versione Corrente 2.4
Ultimo Aggiornamento 2018-06-06
Data di Pubblicazione 2018-06-06
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore 747623054
Tipo di Pagamento free
Lingue Supportate zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u8702\u9e1f-\u94fe\u63a5\u6536\u96c6\u5668",
    "short_name": "FNTOOL",
    "description": "chromer\u7cfb\u6269\u5c55,\u8702\u9e1f-\u94fe\u63a5\u6536\u96c6\u5668",
    "version": "2.4",
    "author": "FNTOOL",
    "icons": {
        "16": "img\/logo16.png",
        "48": "img\/logo48.png",
        "128": "img\/logo128.png"
    },
    "browser_action": {
        "default_title": "\u8702\u9e1f-\u94fe\u63a5\u6536\u96c6\u5668",
        "default_icon": "img\/logo48.png",
        "default_popup": "popup.htm"
    },
    "background": {
        "scripts": [
            "background.js",
            "lib\/Encryption.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/collectorstyles.css"
            ],
            "js": [
                "lib\/jquery.js",
                "content.js"
            ]
        },
        {
            "matches": [
                "*:\/\/s.taobao.com\/*"
            ],
            "js": [
                "lib\/jquery.js",
                "autosearchGBK.js",
                "autosearch.js"
            ]
        },
        {
            "matches": [
                "*:\/\/s.1688.com\/youyuan\/*"
            ],
            "js": [
                "lib\/jquery.js",
                "autoaddrefid.js"
            ]
        }
    ],
    "permissions": [
        "notifications",
        "cookies",
        "contextMenus",
        "tabs",
        "storage",
        "https:\/\/open-s.1688.com\/openservice\/*",
        "https:\/\/*.alicdn.com\/",
        "http:\/\/*.alicdn.com\/",
        "http:\/\/*.taobaocdn.com\/",
        "https:\/\/*.taobaocdn.com\/",
        "http:\/\/*.aliexpress.com\/",
        "https:\/\/*.aliexpress.com\/",
        "http:\/\/www.dhgate.com\/",
        "http:\/\/*.1688.com\/",
        "https:\/\/*.1688.com\/",
        "http:\/\/*.taobao.com\/",
        "https:\/\/*.taobao.com\/",
        "http:\/\/*.tmall.com\/",
        "https:\/\/*.tmall.com\/",
        "https:\/\/www.etsy.com\/",
        "http:\/\/www.ebay.com\/",
        "https:\/\/www.ebay.com\/",
        "http:\/\/*.ebaydesc.com\/",
        "http:\/\/www.amazon.com\/",
        "https:\/\/www.amazon.com\/",
        "https:\/\/www.wish.com\/",
        "http:\/\/item.jd.com\/",
        "http:\/\/p.3.cn\/",
        "http:\/\/d.3.cn\/",
        "file:\/\/\/*.html"
    ]
}