抖音订单信息导出

抖音订单信息导出

什么是抖音订单信息导出?

抖音订单信息导出是由wxkcoder开发的Chrome扩展程序,该扩展的主要功能是“抖音订单信息导出”。

扩展截图

screenshot

下载抖音订单信息导出扩展crx文件

下载抖音订单信息导出扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 抖音订单信息导出 抖音订单信息导出
ID empmijincpehaonacplcgpgohbehpkjp
官方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
简介 抖音订单信息导出
文件大小 80.25 KB
安装次数 92
当前版本 1.0.1
更新时间 2021-01-21
上架时间 2021-01-18
评分 5.00/5 共1次评分
开发者 wxkcoder
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    ]
}