LabelRange

LabelRange printer plugin

LabelRange là gì?

LabelRange là một tiện ích mở rộng Chrome được phát triển bởi LabelRange, và tính năng chính của nó là "LabelRange printer plugin".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng LabelRange

Tải xuống các tệp mở rộng LabelRange dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên LabelRange LabelRange
ID aompphdlbehnhfbbbpdngkhljjielbci
URL Chính Thức https://chromewebstore.google.com/detail/labelrange/aompphdlbehnhfbbbpdngkhljjielbci
Mô tả LabelRange printer plugin
Kích Thước Tệp 386 KB
Số Lần Cài Đặt 496
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2023-03-13
Ngày Phát Hành 2022-11-30
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển LabelRange
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}