Easybizy Printing Helper
A printing extension helper for quicker printing using Easybizy web.
Easybizy Printing Helperคืออะไร?
Easybizy Printing Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://easybizy.net และคุณลักษณะหลักของมันคือ "A printing extension helper for quicker printing using Easybizy web."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Easybizy Printing Helper
ดาวน์โหลดไฟล์ส่วนขยาย Easybizy Printing Helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Easybizy Printer Extension This extension helps with printing issues related to multichannel printing using chrome. This extension sends printing jobs directly to the printer through the OS. This extension is only relevant for Easybizy Web users.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Easybizy Printing Helper |
ID | ochepfkbkfklgefneemmeccghmegnibf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/easybizy-printing-helper/ochepfkbkfklgefneemmeccghmegnibf |
คำอธิบาย | A printing extension helper for quicker printing using Easybizy web. |
ขนาดไฟล์ | 6.65 KB |
จำนวนการติดตั้ง | 157 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2022-11-16 |
วันที่เผยแพร่ | 2017-04-08 |
ผู้พัฒนา | https://easybizy.net |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://easybizy.net |
URL หน้านโยบายความเป็นส่วนตัว | https://auth.easybizy.net/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Easybizy Printing Helper", "description": "A printing extension helper for quicker printing using Easybizy web.", "version": "1.2", "permissions": [ "https:\/\/app.easybizy.net\/*", "http:\/\/localhost:8099\/*" ], "background": { "scripts": [ "capture-print.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/app.easybizy.net\/*", "https:\/\/demo.easybizy.net\/*", "https:\/\/dev.easybizy.net\/*" ], "js": [ "capture-id.js" ] } ], "externally_connectable": { "matches": [ "*:\/\/*.easybizy.net\/*" ] } } |