電商印單小幫手

電商印單小幫手 (Delivery Order)

What is 電商印單小幫手?

電商印單小幫手 is a Chrome extension developed by Wilson, and its main feature is "電商印單小幫手 (Delivery Order)".

Extension Screenshots

screenshot
screenshot

Download 電商印單小幫手 Extension CRX File

Download 電商印單小幫手 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name 電商印單小幫手 電商印單小幫手
ID dbgbpfefnifpdkieggikljahlmmbdial
Official 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
Description 電商印單小幫手 (Delivery Order)
File Size 4.02 MB
Installation Count 1,391
Current Version 4.4.6
Last Updated 2020-04-15
Publish Date 2020-04-15
Rating 4.67/5 Total 6 Ratings
Developer Wilson
Email [email protected]
Payment Type free
Extension Website https://alexfan.1shop.tw/shopeefastprint
Help Page URL https://alexfan.1shop.tw/shopeefastprint
Supported Languages 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\/"
    ]
}