Shipping Printer
The printer helper
什麼是Shipping Printer?
Shipping Printer是由Ayinprinter.com開發的Chrome擴展程式,該擴展的主要功能是“The printer helper”。
擴展截圖
下載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 |
ID | pbnnbmkdlmmpdadgaflbdaomdimphcjn |
官方網址 | 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" ] } |