LabelRange

LabelRange printer plugin

LabelRange란 무엇입니까?

LabelRange은(는) LabelRange에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "LabelRange printer plugin"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

LabelRange 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The extention provides for LabelRange LP320 thermal label printer to install and effect the printing function, including device connection and printer property settings.
How to setup: 
Step 1: Connect the power cable. Connect the usb cable to chromebook and printer. 
Step 2: Load your labels in the printer and turn the power on.
Step 3: Go to extention and choose the Labelrange and do the settings to print.                    

확장 프로그램 기본 정보

이름 LabelRange LabelRange
ID aompphdlbehnhfbbbpdngkhljjielbci
공식 URL https://chromewebstore.google.com/detail/labelrange/aompphdlbehnhfbbbpdngkhljjielbci
설명 LabelRange printer plugin
파일 크기 386 KB
설치 횟수 496
현재 버전 1.0.3
최근 업데이트 2023-03-13
출시 날짜 2022-11-30
평점 5.00/5 총 1 개의 평점
개발자 LabelRange
이메일 [email protected]
결제 유형 free
지원되는 언어 de,en,fr,es,it,zh-CN
manifest.json
{
    "background": {
        "service_worker": "background.js"
    },
    "action": [],
    "options_page": "options.html",
    "default_locale": "en",
    "description": "LabelRange printer plugin",
    "icons": {
        "128": "img\/icon.png",
        "16": "img\/icon.png",
        "48": "img\/icon.png"
    },
    "manifest_version": 3,
    "minimum_chrome_version": "100",
    "name": "LabelRange",
    "offline_enabled": true,
    "permissions": [
        "printerProvider",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.3"
}