Shipping Printer
The printer helper
Was ist Shipping Printer?
Shipping Printer ist eine Chrome-Erweiterung, die von Ayinprinter.com entwickelt wurde, und ihr Hauptmerkmal ist "The printer helper".
Erweiterungsscreenshots
Shipping Printer-Erweiterungs-CRX-Datei herunterladen
Laden Sie Shipping Printer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | Shipping Printer |
ID | pbnnbmkdlmmpdadgaflbdaomdimphcjn |
Offizielle URL | https://chromewebstore.google.com/detail/shipping-printer/pbnnbmkdlmmpdadgaflbdaomdimphcjn |
Beschreibung | The printer helper |
Dateigröße | 2.76 MB |
Installationsanzahl | 5,000 |
Aktuelle Version | 0.1.6 |
Letztes Update | 2023-11-28 |
Veröffentlichungsdatum | 2022-06-07 |
Bewertung | 1.50/5 Insgesamt 8 Bewertungen |
Entwickler | Ayinprinter.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.ayinprinter.com |
Hilfeseite URL | https://help.ayinprinter.com |
Unterstützte Sprachen | 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" ] } |