Quick Labels for Amazon

Amazon FBA Label Printer! Print Quick Labels...

Quick Labels for Amazon란 무엇입니까?

Quick Labels for Amazon은(는) https://paratoner.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Amazon FBA Label Printer! Print Quick Labels..."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Quick Labels for Amazon 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Print Amazon Labels quickly from your thermal printer.

Display full product names on labels. (No more cutting names on labels)
No more ink, toner cartridge cost.
No more label editing, cropping softwares. 
No more wasting time on, printing and editing labels from laser or inkjet printers.                    

확장 프로그램 기본 정보

이름 Quick Labels for Amazon Quick Labels for Amazon
ID pmdcojgfdobplcdbiihcaedjklnfbfhm
공식 URL https://chromewebstore.google.com/detail/quick-labels-for-amazon/pmdcojgfdobplcdbiihcaedjklnfbfhm
설명 Amazon FBA Label Printer! Print Quick Labels...
파일 크기 653 KB
설치 횟수 46
현재 버전 3.75
최근 업데이트 2018-12-23
출시 날짜 2018-12-23
개발자 https://paratoner.io
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quick Labels for Amazon",
    "version": "3.75",
    "description": "Amazon FBA Label Printer! Print Quick Labels...",
    "manifest_version": 2,
    "incognito": "split",
    "icons": {
        "128": "images\/icon.png"
    },
    "web_accessible_resources": [
        "scripts\/*",
        "images\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "oauth2": {
        "client_id": "75074856425-1gr6fuvfmiubmii8nilj5l6gtrboa5h9.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
        ]
    },
    "permissions": [
        "tabs",
        "activeTab",
        "identity",
        "storage",
        "unlimitedStorage",
        "downloads",
        "webRequest",
        "webNavigation",
        "contextMenus",
        "*:\/\/www.googleapis.com\/*",
        "*:\/\/sportulaca.com\/*",
        "*:\/\/sellercentral.amazon.com\/*"
    ]
}