ThinPrint Cloud Extension
Extension to print from your chrome book by using your Ezeep-Account
ThinPrint Cloud Extensionคืออะไร?
ThinPrint Cloud Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ThinPrint GmbH และคุณลักษณะหลักของมันคือ "Extension to print from your chrome book by using your Ezeep-Account"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ThinPrint Cloud Extension
ดาวน์โหลดไฟล์ส่วนขยาย ThinPrint Cloud Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ezeep by ThinPrint is the most intuitive and beautiful way to print from your Chromebook. If you’re at an organization or location that already has ezeep, download the extension to start printing. To setup ezeep at your organization, to connect any printer, and share it wirelessly with your users and your team please go to www.ezeep.com and learn more. Key benefits: · Print directly from your Chromebook to any ezeep enabled printer · Connect any printers without hardware, drivers or software Features: · Print files and documents from your favorite services such as Dropbox, Box, Evernote, and Mail · Supports all popular file types including PDF, Microsoft Office® documents, and Open Office® documents · Simple and intuitive interface - the way printing should be · Offer mobile printing to customers at your business - perfect for universities, business centers, coworking spaces and startups
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ThinPrint Cloud Extension |
ID | eghabmmdjmfhajonjhglaakpnhhfibde |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/thinprint-cloud-extension/eghabmmdjmfhajonjhglaakpnhhfibde |
คำอธิบาย | Extension to print from your chrome book by using your Ezeep-Account |
ขนาดไฟล์ | 177 KB |
จำนวนการติดตั้ง | 2,672 |
เวอร์ชันปัจจุบัน | 1.0.11 |
อัปเดตครั้งล่าสุด | 2022-07-04 |
วันที่เผยแพร่ | 2020-02-10 |
คะแนน | 4.33/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | ThinPrint GmbH |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.ezeep.com |
URL หน้านโยบายความเป็นส่วนตัว | https://www.ezeep.com/privacypolicy |
ภาษาที่รองรับ | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ThinPrint Cloud Extension", "version": "1.0.11", "default_locale": "en", "description": "Extension to print from your chrome book by using your Ezeep-Account", "icons": { "128": "images\/icons\/icon128.png" }, "browser_action": { "default_popup": "html\/options.html" }, "options_page": "html\/options.html", "permissions": [ "printerProvider", "storage", "notifications", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "js\/lib\/jquery.js", "js\/background.js" ] } } |