網翼 蝦皮印單工具

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

O que é 網翼 蝦皮印單工具?

網翼 蝦皮印單工具 é uma extensão do Chrome desenvolvida por ERPow, e sua principal característica é "蝦皮印單神器。蝦皮印單工具提供多種印單版型並支援標籤機列印。可以把標籤重新排列成「條碼-明細」的順序。阿靳印單工具".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão 網翼 蝦皮印單工具

Baixe arquivos de extensão 網翼 蝦皮印單工具 no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

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

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

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

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

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

Informações Básicas da Extensão

Nome 網翼 蝦皮印單工具 網翼 蝦皮印單工具
ID ihbjgmohhfmgfplncjofjmmdobnhfelg
URL Oficial 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
Descrição 蝦皮印單神器。蝦皮印單工具提供多種印單版型並支援標籤機列印。可以把標籤重新排列成「條碼-明細」的順序。阿靳印單工具
Tamanho do Arquivo 2.2 MB
Contagem de Instalações 6,017
Versão Atual 3.6.5
Última Atualização 2023-12-19
Data de Publicação 2020-06-29
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor ERPow
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://ajin.tw
URL da Página de Política de Privacidade http://marcdenni.com.tw/privacy-policy.asp
Idiomas Suportados 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
}