電商印單小幫手
電商印單小幫手 (Delivery Order)
電商印單小幫手とは何ですか?
電商印單小幫手はWilsonによって開発されたChromeの拡張機能で、その主な機能は「電商印單小幫手 (Delivery Order)」です。
拡張機能のスクリーンショット
電商印單小幫手拡張機能のCRXファイルをダウンロード
電商印單小幫手拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Features: - Batch format for E-commerce platform - Shipping order generator - Order detail generator - Page break
拡張機能の基本情報
名前 | 電商印單小幫手 |
ID | dbgbpfefnifpdkieggikljahlmmbdial |
公式URL | https://chromewebstore.google.com/detail/%E9%9B%BB%E5%95%86%E5%8D%B0%E5%96%AE%E5%B0%8F%E5%B9%AB%E6%89%8B/dbgbpfefnifpdkieggikljahlmmbdial |
説明 | 電商印單小幫手 (Delivery Order) |
ファイルサイズ | 4.02 MB |
インストール数 | 1,391 |
現在のバージョン | 4.4.6 |
最終更新日 | 2020-04-15 |
公開日 | 2020-04-15 |
評価 | 4.67/5 合計 6 レビュー |
開発者 | Wilson |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://alexfan.1shop.tw/shopeefastprint |
ヘルプページのURL | https://alexfan.1shop.tw/shopeefastprint |
対応言語 | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "\u96fb\u5546\u5370\u55ae\u5c0f\u5e6b\u624b (Delivery Order)", "version": "4.4.6", "name": "\u96fb\u5546\u5370\u55ae\u5c0f\u5e6b\u624b", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.bundle.js" ] }, "options_ui": { "page": "options.html", "open_in_tab": false }, "browser_action": { "default_icon": "icon.png", "default_title": "\u96fb\u5546\u5370\u55ae\u5c0f\u5e6b\u624b", "default_popup": "popup.html" }, "permissions": [ "identity", "identity.email", "storage", "tabs", "activeTab", "webRequest", "webRequestBlocking", "https:\/\/epayment.7-11.com.tw\/", "https:\/\/deliveryorder-b9b84.firebaseapp.com\/", "cookies", "*:\/\/*.shopee.tw\/" ] } |