Shipping Printer

The printer helper

Что такое Shipping Printer?

Shipping Printer - это расширение Chrome, разработанное Ayinprinter.com, и его основная функция - "The printer helper".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Shipping Printer

Скачайте файлы расширений Shipping Printer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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"
    ]
}