Taobao Order Tool
A order tool for taobao, 1688, tamll express
Taobao Order Toolとは何ですか?
Taobao Order Toolはdonet.vnによって開発されたChromeの拡張機能で、その主な機能は「A order tool for taobao, 1688, tamll express」です。
拡張機能のスクリーンショット
Taobao Order Tool拡張機能のCRXファイルをダウンロード
Taobao Order Tool拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | |
ID | bpgkacnhbjedhfmlbkgdabkioiacgbmp |
公式URL | https://chromewebstore.google.com/detail/taobao-order-tool/bpgkacnhbjedhfmlbkgdabkioiacgbmp |
説明 | A order tool for taobao, 1688, tamll express |
ファイルサイズ | 86.43 KB |
インストール数 | 25 |
現在のバージョン | 1.2.3 |
最終更新日 | 2016-05-29 |
公開日 | 2016-05-29 |
開発者 | donet.vn |
支払い方法 | free |
対応言語 | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Taobao Order Tool", "description": "A order tool for taobao, 1688, tamll express", "version": "1.2.3", "page_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "icons": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "64": "images\/icon_64.png", "128": "images\/icon_128.png" }, "permissions": [ "storage" ], "web_accessible_resources": [ "images\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*.taobao.com\/*", "https:\/\/*.taobao.com\/*", "http:\/\/*.tmall.com\/*", "https:\/\/*.tmall.com\/*", "http:\/\/detail.1688.com\/*", "https:\/\/detail.1688.com\/*", "http:\/\/ordertq.dev\/*", "https:\/\/ordertrungquoc.com.vn\/*" ], "css": [ "\/css\/bootstrap-theme.css", "\/css\/content.css" ], "js": [ "\/js\/jquery-1.11.3.min.js", "\/js\/script.js" ] } ] } |