抖音订单信息导出

抖音订单信息导出

Apa itu 抖音订单信息导出?

抖音订单信息导出 adalah ekstensi Chrome yang dikembangkan oleh wxkcoder, dan fitur utamanya adalah "抖音订单信息导出".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi 抖音订单信息导出

Unduh file ekstensi 抖音订单信息导出 dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama 抖音订单信息导出 抖音订单信息导出
ID empmijincpehaonacplcgpgohbehpkjp
URL Resmi 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
Deskripsi 抖音订单信息导出
Ukuran File 80.25 KB
Jumlah Instalasi 92
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2021-01-21
Tanggal Publikasi 2021-01-18
Penilaian 5.00/5 Total 1 Penilaian
Pengembang wxkcoder
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}