網翼 蝦皮印單工具

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

網翼 蝦皮印單工具란 무엇입니까?

網翼 蝦皮印單工具은(는) ERPow에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "蝦皮印單神器。蝦皮印單工具提供多種印單版型並支援標籤機列印。可以把標籤重新排列成「條碼-明細」的順序。阿靳印單工具"입니다.

확장 프로그램 스크린샷

screenshot

網翼 蝦皮印單工具 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

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

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

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

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

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

확장 프로그램 기본 정보

이름 網翼 蝦皮印單工具 網翼 蝦皮印單工具
ID ihbjgmohhfmgfplncjofjmmdobnhfelg
공식 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
설명 蝦皮印單神器。蝦皮印單工具提供多種印單版型並支援標籤機列印。可以把標籤重新排列成「條碼-明細」的順序。阿靳印單工具
파일 크기 2.2 MB
설치 횟수 6,017
현재 버전 3.6.5
최근 업데이트 2023-12-19
출시 날짜 2020-06-29
평점 5.00/5 총 1 개의 평점
개발자 ERPow
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://ajin.tw
개인정보 보호 정책 페이지 URL http://marcdenni.com.tw/privacy-policy.asp
지원되는 언어 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
}