Shipping Printer

The printer helper

什么是Shipping Printer?

Shipping Printer是由Ayinprinter.com开发的Chrome扩展程序,该扩展的主要功能是“The printer helper”。

扩展截图

screenshot

下载Shipping Printer扩展crx文件

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