Easy Label Print for Amazon

Print amazon shipping labels right to your label printer.

Easy Label Print for Amazon란 무엇입니까?

Easy Label Print for Amazon은(는) FedDev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Print amazon shipping labels right to your label printer."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Easy Label Print for Amazon 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Note: Be sure to set your label size in your printer settings, and make sure margins are turned off in chrome.

Throw away your item label sheets and switch to a thermal printer! With Easy Label Print For Amazon you can quickly print all your item labels with your thermal printer (Zebra and Dymo). 

 -Go to your seller central page. Inventory -> Manage FBA Inventory
 -Click the check box next to all the skus you would like to print labels for.
 -Click the Easy Label Print For Amazon extension icon
 -Enter how many labels you would like of each sku.
 -Press print! (Please make sure your margins are set to none and your printer 
  has the correct label size selected)                    

확장 프로그램 기본 정보

이름 Easy Label Print for Amazon Easy Label Print for Amazon
ID dfolnmgmfdfnlimmfbkmndnlbbonbamg
공식 URL https://chromewebstore.google.com/detail/easy-label-print-for-amaz/dfolnmgmfdfnlimmfbkmndnlbbonbamg
설명 Print amazon shipping labels right to your label printer.
파일 크기 182 KB
설치 횟수 589
현재 버전 1.0.1
최근 업데이트 2018-01-25
출시 날짜 2018-01-25
평점 2.00/5 총 4 개의 평점
개발자 FedDev
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/sellercentral.amazon.com\/gp\/ssof\/knights\/*",
                "http:\/\/sellercentral.amazon.com\/gp\/ssof\/knights\/*"
            ],
            "js": [
                "jquery-3.2.1.js",
                "JsBarcode.js",
                "jQuery.print.min.js",
                "content.js"
            ],
            "css": [
                "css.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "logo.png"
    },
    "manifest_version": 2,
    "name": "Easy Label Print for Amazon",
    "version": "1.0.1",
    "description": "Print amazon shipping labels right to your label printer.",
    "icons": {
        "128": "logo.png"
    },
    "permissions": [
        "background",
        "https:\/\/sellercentral.amazon.com\/gp\/ssof\/knights\/*",
        "http:\/\/sellercentral.amazon.com\/gp\/ssof\/knights\/*"
    ]
}