FlashLabel Extension

Print on FlashLabel

Cos'è FlashLabel Extension?

FlashLabel Extension è un'estensione di Chrome sviluppata da go_1989, e la sua funzione principale è "Print on FlashLabel".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione FlashLabel Extension

Scarica i file di estensione FlashLabel Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This plugin is a subsidiary of FlashLabel printer, Users can connect to a thermal printer via usb to print. This Extension allows you to print the currently displayed Web Page. Although this function is very simple, , I needed to have this ability in Chrome and so I created it!You can press Ctrl + P to open the print preview interface, select printer and click Print to print the valid content.                    

Informazioni di Base sull'Estensione

Nome FlashLabel Extension FlashLabel Extension
ID ngcmpilohmfalkfodjommledggkemhjp
URL Ufficiale https://chromewebstore.google.com/detail/flashlabel-extension/ngcmpilohmfalkfodjommledggkemhjp
Descrizione Print on FlashLabel
Dimensione del File 315 KB
Conteggio Installazioni 2,083
Versione Corrente 1.2.2
Ultimo Aggiornamento 2023-06-08
Data di Pubblicazione 2022-03-15
Valutazione 4.00/5 Totale 7 Valutazioni
Sviluppatore go_1989
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "background": {
        "service_worker": "background.js"
    },
    "description": "Print on FlashLabel",
    "icons": {
        "128": "img\/icon.png",
        "16": "img\/icon.png",
        "48": "img\/icon.png"
    },
    "action": {
        "default_title": "FlashLabel",
        "default_popup": "popup.html"
    },
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "name": "FlashLabel Extension",
    "offline_enabled": true,
    "permissions": [
        "printerProvider",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2.2"
}