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 |
公式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 |
Eメール | [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" ] } |