Shipping Printer

The printer helper

Cos'è Shipping Printer?

Shipping Printer è un'estensione di Chrome sviluppata da Ayinprinter.com, e la sua funzione principale è "The printer helper".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Shipping Printer

Scarica i file di estensione Shipping Printer 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

                        Shipping printer is an app dedicated to printing shipping labels.  It connects to the printer via bluetooth of the mobile phone and works.  It has rich functions, and users can create labels of different sizes and shapes according to their own needs.  It has rich templates.  You can easily print shipping labels from various e-commerce platforms and express delivery platforms.  Start using it now!                    

Informazioni di Base sull'Estensione

Nome Shipping Printer Shipping Printer
ID pbnnbmkdlmmpdadgaflbdaomdimphcjn
URL Ufficiale https://chromewebstore.google.com/detail/shipping-printer/pbnnbmkdlmmpdadgaflbdaomdimphcjn
Descrizione The printer helper
Dimensione del File 2.76 MB
Conteggio Installazioni 5,000
Versione Corrente 0.1.6
Ultimo Aggiornamento 2023-11-28
Data di Pubblicazione 2022-06-07
Valutazione 1.50/5 Totale 8 Valutazioni
Sviluppatore Ayinprinter.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.ayinprinter.com
URL della Pagina di Aiuto https://help.ayinprinter.com
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Shipping Printer",
    "version": "0.1.6",
    "description": "The printer helper",
    "minimum_chrome_version": "88",
    "offline_enabled": true,
    "icons": {
        "16": "assets\/gdsp.png",
        "48": "assets\/gdsp.png",
        "128": "assets\/gdsp.png"
    },
    "background": {
        "service_worker": "\/background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "printerProvider",
        "storage"
    ]
}