ThinPrint Cloud Extension
Extension to print from your chrome book by using your Ezeep-Account
What is ThinPrint Cloud Extension?
ThinPrint Cloud Extension is a Chrome extension developed by ThinPrint GmbH, and its main feature is "Extension to print from your chrome book by using your Ezeep-Account".
Extension Screenshots
Download ThinPrint Cloud Extension Extension CRX File
Download ThinPrint Cloud Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | ThinPrint Cloud Extension |
ID | eghabmmdjmfhajonjhglaakpnhhfibde |
Official URL | https://chromewebstore.google.com/detail/thinprint-cloud-extension/eghabmmdjmfhajonjhglaakpnhhfibde |
Description | Extension to print from your chrome book by using your Ezeep-Account |
File Size | 177 KB |
Installation Count | 2,672 |
Current Version | 1.0.11 |
Last Updated | 2022-07-04 |
Publish Date | 2020-02-10 |
Rating | 4.33/5 Total 6 Ratings |
Developer | ThinPrint GmbH |
[email protected] | |
Payment Type | free |
Extension Website | https://www.ezeep.com |
Privacy Policy Page URL | https://www.ezeep.com/privacypolicy |
Supported Languages | 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" ] } } |