Shipping Printer

The printer helper

What is Shipping Printer?

Shipping Printer is a Chrome extension developed by Ayinprinter.com, and its main feature is "The printer helper".

Extension Screenshots

screenshot

Download Shipping Printer Extension CRX File

Download Shipping Printer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Shipping Printer Shipping Printer
ID pbnnbmkdlmmpdadgaflbdaomdimphcjn
Official URL https://chromewebstore.google.com/detail/shipping-printer/pbnnbmkdlmmpdadgaflbdaomdimphcjn
Description The printer helper
File Size 2.76 MB
Installation Count 5,000
Current Version 0.1.6
Last Updated 2023-11-28
Publish Date 2022-06-07
Rating 1.50/5 Total 8 Ratings
Developer Ayinprinter.com
Email [email protected]
Payment Type free
Extension Website https://www.ayinprinter.com
Help Page URL https://help.ayinprinter.com
Supported Languages 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"
    ]
}