Shipping Printer

The printer helper

Shipping Printer क्या है?

Shipping Printer Ayinprinter.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The printer helper"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Shipping Printer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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!                    

एक्सटेंशन की मूल जानकारी

नाम Shipping Printer Shipping Printer
ID pbnnbmkdlmmpdadgaflbdaomdimphcjn
आधिकारिक URL https://chromewebstore.google.com/detail/shipping-printer/pbnnbmkdlmmpdadgaflbdaomdimphcjn
विवरण The printer helper
फ़ाइल का आकार 2.76 MB
स्थापना संख्या 5,000
वर्तमान संस्करण 0.1.6
अंतिम अपडेट 2023-11-28
प्रकाशन तिथि 2022-06-07
रेटिंग 1.50/5 कुल 8 रेटिंग्स
डेवलपर Ayinprinter.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.ayinprinter.com
सहायता पृष्ठ URL https://help.ayinprinter.com
समर्थित भाषाएँ 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"
    ]
}