Posify Silent Print
Posify Silent Print
Posify Silent Printคืออะไร?
Posify Silent Print เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://posify.in และคุณลักษณะหลักของมันคือ "Posify Silent Print"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Posify Silent Print
ดาวน์โหลดไฟล์ส่วนขยาย Posify Silent Print ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Posify Silent Print |
ID | jddkkkaecbmmcgfhoenodccbmocpdanb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/posify-silent-print/jddkkkaecbmmcgfhoenodccbmocpdanb |
คำอธิบาย | Posify Silent Print |
ขนาดไฟล์ | 27.49 KB |
จำนวนการติดตั้ง | 1,187 |
เวอร์ชันปัจจุบัน | 3.5 |
อัปเดตครั้งล่าสุด | 2022-07-19 |
วันที่เผยแพร่ | 2019-12-30 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://posify.in |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://posify.in |
ภาษาที่รองรับ | 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" } } |