Posify Silent Print
Posify Silent Print
Posify Silent Print là gì?
Posify Silent Print là một tiện ích mở rộng Chrome được phát triển bởi https://posify.in, và tính năng chính của nó là "Posify Silent Print".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Posify Silent Print
Tải xuống các tệp mở rộng Posify Silent Print dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
The extension allows the subscribers of posify.in to print in background using thermal printers and it also connects with the posify print utility installed in the subscribers system and pass relevant data from posify.in to the subscribers local database.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Posify Silent Print |
ID | jddkkkaecbmmcgfhoenodccbmocpdanb |
URL Chính Thức | https://chromewebstore.google.com/detail/posify-silent-print/jddkkkaecbmmcgfhoenodccbmocpdanb |
Mô tả | Posify Silent Print |
Kích Thước Tệp | 27.49 KB |
Số Lần Cài Đặt | 1,187 |
Phiên Bản Hiện Tại | 3.5 |
Cập Nhật Lần Cuối | 2022-07-19 |
Ngày Phát Hành | 2019-12-30 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://posify.in |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://posify.in |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Posify Silent Print", "description": "Posify Silent Print", "version": "3.5", "icons": { "128": "icon.png" }, "permissions": [ "https:\/\/*.posify.in\/*" ], "externally_connectable": { "matches": [ "https:\/\/*.posify.in\/*", "http:\/\/localhost:4200\/*" ] }, "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "icon.png", "24": "icon.png", "32": "icon.png" }, "default_title": "Posify silent print", "default_popup": "popup.html" } } |