電商印單小幫手

電商印單小幫手 (Delivery Order)

什麼是電商印單小幫手?

電商印單小幫手是由Wilson開發的Chrome擴展程式,該擴展的主要功能是“電商印單小幫手 (Delivery Order)”。

擴展截圖

screenshot
screenshot

下載電商印單小幫手擴展crx文件

下載電商印單小幫手擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Features: 
- Batch format for E-commerce platform
- Shipping order generator
- Order detail generator
- Page break                    

擴展基本資訊

名稱 電商印單小幫手 電商印單小幫手
ID dbgbpfefnifpdkieggikljahlmmbdial
官方網址 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
電子郵箱 [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\/"
    ]
}