網翼 蝦皮印單工具

蝦皮印單神器。蝦皮印單工具提供多種印單版型並支援標籤機列印。可以把標籤重新排列成「條碼-明細」的順序。阿靳印單工具

What is 網翼 蝦皮印單工具?

網翼 蝦皮印單工具 is a Chrome extension developed by ERPow, and its main feature is "蝦皮印單神器。蝦皮印單工具提供多種印單版型並支援標籤機列印。可以把標籤重新排列成「條碼-明細」的順序。阿靳印單工具".

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

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

蝦皮印單工具能完美支援標籤機列印四大超商出貨單
除了店到店,我們還支援7-11及全家大物流
我們開發了多種版型。不只支援標籤機,還同時支援A4印表機
任何一種列印方式都能讓您印出標籤並對應到訂單明細
同時我們還提供了廣告版面,讓您對客戶進行二次銷售

超簡單的一鍵列印,無縫整合蝦皮印單
沒有不支援的超商,無論是7-11 全家 萊爾富及OK,都能完美列印

還能匯出撿貨總表,加快出貨速度!更精準掌握庫存及銷售數量!

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

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

Extension Basic Information

Name 網翼 蝦皮印單工具 網翼 蝦皮印單工具
ID ihbjgmohhfmgfplncjofjmmdobnhfelg
Official URL https://chromewebstore.google.com/detail/%E7%B6%B2%E7%BF%BC-%E8%9D%A6%E7%9A%AE%E5%8D%B0%E5%96%AE%E5%B7%A5%E5%85%B7/ihbjgmohhfmgfplncjofjmmdobnhfelg
Description 蝦皮印單神器。蝦皮印單工具提供多種印單版型並支援標籤機列印。可以把標籤重新排列成「條碼-明細」的順序。阿靳印單工具
File Size 2.2 MB
Installation Count 6,017
Current Version 3.6.5
Last Updated 2023-12-19
Publish Date 2020-06-29
Rating 5.00/5 Total 1 Ratings
Developer ERPow
Email [email protected]
Payment Type free
Extension Website http://ajin.tw
Privacy Policy Page URL http://marcdenni.com.tw/privacy-policy.asp
Supported Languages zh-TW
manifest.json
{
    "name": "\u7db2\u7ffc \u8766\u76ae\u5370\u55ae\u5de5\u5177",
    "version": "3.6.5",
    "description": "\u8766\u76ae\u5370\u55ae\u795e\u5668\u3002\u8766\u76ae\u5370\u55ae\u5de5\u5177\u63d0\u4f9b\u591a\u7a2e\u5370\u55ae\u7248\u578b\u4e26\u652f\u63f4\u6a19\u7c64\u6a5f\u5217\u5370\u3002\u53ef\u4ee5\u628a\u6a19\u7c64\u91cd\u65b0\u6392\u5217\u6210\u300c\u689d\u78bc-\u660e\u7d30\u300d\u7684\u9806\u5e8f\u3002\u963f\u9773\u5370\u55ae\u5de5\u5177",
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "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\/*",
                "https:\/\/account.seller.shopee.com\/signin\/oauth\/*",
                "https:\/\/open.shopee.com\/authorize*"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "printlabel.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3
}