Shipping Printer

The printer helper

Co to jest Shipping Printer?

Shipping Printer to rozszerzenie Chrome opracowane przez Ayinprinter.com, a jego główną funkcją jest „The printer helper”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Shipping Printer

Pobierz pliki rozszerzeń Shipping Printer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Shipping Printer Shipping Printer
ID pbnnbmkdlmmpdadgaflbdaomdimphcjn
Oficjalny URL https://chromewebstore.google.com/detail/shipping-printer/pbnnbmkdlmmpdadgaflbdaomdimphcjn
Opis The printer helper
Rozmiar pliku 2.76 MB
Liczba instalacji 5,000
Aktualna Wersja 0.1.6
Ostatnia Aktualizacja 2023-11-28
Data Publikacji 2022-06-07
Ocena 1.50/5 Łącznie 8 Oceny
Deweloper Ayinprinter.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.ayinprinter.com
Adres URL Strony Pomocy https://help.ayinprinter.com
Obsługiwane Języki 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"
    ]
}