抖音订单信息导出

抖音订单信息导出

Cos'è 抖音订单信息导出?

抖音订单信息导出 è un'estensione di Chrome sviluppata da wxkcoder, e la sua funzione principale è "抖音订单信息导出".

Screenshot dell'Estensione

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

                        订单导出辅助工具 运营后台功能比较单一操作不方便 以此辅助运营人员可以高效的导出订单信息                    

Informazioni di Base sull'Estensione

Nome 抖音订单信息导出 抖音订单信息导出
ID empmijincpehaonacplcgpgohbehpkjp
URL Ufficiale https://chromewebstore.google.com/detail/%E6%8A%96%E9%9F%B3%E8%AE%A2%E5%8D%95%E4%BF%A1%E6%81%AF%E5%AF%BC%E5%87%BA/empmijincpehaonacplcgpgohbehpkjp
Descrizione 抖音订单信息导出
Dimensione del File 80.25 KB
Conteggio Installazioni 92
Versione Corrente 1.0.1
Ultimo Aggiornamento 2021-01-21
Data di Pubblicazione 2021-01-18
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore wxkcoder
Email [email protected]
Tipo di Pagamento free
Lingue Supportate zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u6296\u97f3\u8ba2\u5355\u4fe1\u606f\u5bfc\u51fa",
    "version": "1.0.1",
    "description": "\u6296\u97f3\u8ba2\u5355\u4fe1\u606f\u5bfc\u51fa",
    "icons": {
        "16": "img\/logo.png",
        "48": "img\/logo.png",
        "128": "img\/logo.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/fxg.jinritemai.com\/*"
            ],
            "js": [
                "js\/content-script.js"
            ],
            "css": [
                "css\/custom.css"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [],
    "web_accessible_resources": [
        "js\/inject.js"
    ]
}