抖音订单信息导出

抖音订单信息导出

What is 抖音订单信息导出?

抖音订单信息导出 is a Chrome extension developed by wxkcoder, 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

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

Extension Basic Information

Name 抖音订单信息导出 抖音订单信息导出
ID empmijincpehaonacplcgpgohbehpkjp
Official URL 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
Description 抖音订单信息导出
File Size 80.25 KB
Installation Count 92
Current Version 1.0.1
Last Updated 2021-01-21
Publish Date 2021-01-18
Rating 5.00/5 Total 1 Ratings
Developer wxkcoder
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}