網翼 蝦皮店到店標籤總表 蝦皮寄件

可以將蝦皮店到店標籤整合在同一張紙或是顯示在手機,加快自助寄件速度。蝦皮印單 蝦皮進銷存 ERPow 蝦皮發票

What is 網翼 蝦皮店到店標籤總表 蝦皮寄件?

網翼 蝦皮店到店標籤總表 蝦皮寄件 is a Chrome extension developed by ERPow, and its main feature is "可以將蝦皮店到店標籤整合在同一張紙或是顯示在手機,加快自助寄件速度。蝦皮印單 蝦皮進銷存 ERPow 蝦皮發票".

Extension Screenshots

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

                        網翼電商經營工具 精心規劃,以自身網拍經驗開發

可以將蝦皮店到店標籤整合在同一張A4紙上
如果你沒有印表機,它還能使用手機或平板顯示標籤總表
60件包裹只要90秒就能全部刷完!!
請一起推廣給其他賣家使用,也能大大節省排隊時間哦!

本軟體完全免費,未來也不會收取任何費用。

瞭解更多詳情,請LINE ID 搜尋 @jwv5600v

更多網拍賣家專用軟體請瀏覽
http://ajin.tw                    

Extension Basic Information

Name 網翼 蝦皮店到店標籤總表 蝦皮寄件 網翼 蝦皮店到店標籤總表 蝦皮寄件
ID bangaleeoklalagemdglhkahiojllmip
Official URL https://chromewebstore.google.com/detail/%E7%B6%B2%E7%BF%BC-%E8%9D%A6%E7%9A%AE%E5%BA%97%E5%88%B0%E5%BA%97%E6%A8%99%E7%B1%A4%E7%B8%BD%E8%A1%A8-%E8%9D%A6%E7%9A%AE%E5%AF%84%E4%BB%B6/bangaleeoklalagemdglhkahiojllmip
Description 可以將蝦皮店到店標籤整合在同一張紙或是顯示在手機,加快自助寄件速度。蝦皮印單 蝦皮進銷存 ERPow 蝦皮發票
File Size 2.26 MB
Installation Count 504
Current Version 1.1.3
Last Updated 2024-01-31
Publish Date 2024-01-04
Developer ERPow
Email [email protected]
Payment Type free
Privacy Policy Page URL http://marcdenni.com.tw/privacy-policy.asp
Supported Languages zh-TW
manifest.json
{
    "name": "\u7db2\u7ffc \u8766\u76ae\u5e97\u5230\u5e97\u6a19\u7c64\u7e3d\u8868 \u8766\u76ae\u5bc4\u4ef6",
    "version": "1.1.3",
    "description": "\u53ef\u4ee5\u5c07\u8766\u76ae\u5e97\u5230\u5e97\u6a19\u7c64\u6574\u5408\u5728\u540c\u4e00\u5f35\u7d19\u6216\u662f\u986f\u793a\u5728\u624b\u6a5f\uff0c\u52a0\u5feb\u81ea\u52a9\u5bc4\u4ef6\u901f\u5ea6\u3002\u8766\u76ae\u5370\u55ae \u8766\u76ae\u9032\u92b7\u5b58 ERPow \u8766\u76ae\u767c\u7968",
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "host_permissions": [
        "https:\/\/*.shopee.tw\/*"
    ],
    "action": {
        "default_popup": "\/popup\/popup.html",
        "default_icon": {
            "16": "images\/icon_16.png",
            "32": "images\/icon_32.png",
            "48": "images\/icon_48.png",
            "128": "images\/icon_128.png"
        }
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "\/jquery\/jquery-1.11.1.min.js",
                "\/jquery\/jquery-ui.js",
                "\/jquery\/hashes.js",
                "\/content.bundle.js"
            ],
            "css": [
                "\/jquery\/jquery-ui.css"
            ],
            "matches": [
                "https:\/\/seller.shopee.tw\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/update.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3
}