Shipping Printer

The printer helper

Co je Shipping Printer?

Shipping Printer je rozšíření Chrome vyvinuté Ayinprinter.com, a jeho hlavní funkcí je „The printer helper“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Shipping Printer

Stáhněte si soubory rozšíření Shipping Printer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Shipping Printer Shipping Printer
ID pbnnbmkdlmmpdadgaflbdaomdimphcjn
Oficiální URL https://chromewebstore.google.com/detail/shipping-printer/pbnnbmkdlmmpdadgaflbdaomdimphcjn
Popis The printer helper
Velikost souboru 2.76 MB
Počet instalací 5,000
Aktuální Verze 0.1.6
Poslední Aktualizace 2023-11-28
Datum Vydání 2022-06-07
Hodnocení 1.50/5 Celkem 8 Hodnocení
Vývojář Ayinprinter.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.ayinprinter.com
URL Stránky Nápovědy https://help.ayinprinter.com
Podporované Jazyky 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"
    ]
}