LabelRange

LabelRange printer plugin

Что такое LabelRange?

LabelRange - это расширение Chrome, разработанное LabelRange, и его основная функция - "LabelRange printer plugin".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения LabelRange

Скачайте файлы расширений LabelRange в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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"
}