LabelRange

LabelRange printer plugin

ما هو LabelRange؟

LabelRange هو إضافة Chrome تم تطويرها بواسطة LabelRange، والميزة الرئيسية لها هي "LabelRange printer plugin".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة LabelRange

قم بتنزيل ملفات الامتداد LabelRange بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
}