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