抖音订单信息导出
抖音订单信息导出
抖音订单信息导出とは何ですか?
抖音订单信息导出はwxkcoderによって開発されたChromeの拡張機能で、その主な機能は「抖音订单信息导出」です。
拡張機能のスクリーンショット
抖音订单信息导出拡張機能の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 |
| Eメール | [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"
]
} | |