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ファイルをダウンロード

Easy Label Print for Amazon拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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\/*"
    ]
}