ezeep Blue
Extension to print from your Chromebook or Chrome browser with your ezeep Blue account
What is ezeep Blue?
ezeep Blue is a Chrome extension developed by ThinPrint GmbH, and its main feature is "Extension to print from your Chromebook or Chrome browser with your ezeep Blue account".
Extension Screenshots
Download ezeep Blue Extension CRX File
Download ezeep Blue 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
Overview Enjoy smart printing for Google Workspace, Chrome OS and your Chrome browser. ezeep Blue is a cloud printing solution that connects all printers to Chrome OS and Android. Printers can be centrally managed and assigned to users regardless of where they are located, even if the networks are separated. Integrated pull printing ensures that no printouts fall into the wrong hands. This makes ezeep Blue ideal for educational institutions and companies alike. Benefits ▸ Share and provision ezeep-enabled printers with employees or guests. With the optional ezeep Hub, you can connect printers to Chromebooks without needing a Windows PC or print server. ▸ Print from Chromebooks or the Chrome Browser to any printer, even if isn't compatible with Chrome OS. ▸ Print remotely to any printer, even if you aren't in the same network as the printer. ▸ Manage all printers and configure printing policies in one web portal. Features ▸ Supports all printing options provided by the printer manufacturer. ▸ Fully integrated into Chrome OS for great user experience. ▸ Supports Sign in with Google, as well as Microsoft and Apple logins. ▸ Complies with the strictest security standards, like GDPR and HIPAA and includes added security features like pull printing. All print data is transmitted TLS 1.2 encrypted and deleted immediately after printing. ▸ Hosted by carbon-neutral hosting providers. We also offset the CO2 emissions produced by each printed page via our cooperation with justdiggit.org Already have an ezeep Blue account? Download the Chrome Extension and login with your ezeep Blue account: https://app.ezeep.com/quickstart Not yet an ezeep Blue customer? Sign up & try for free: https://www.ezeep.com/free-trial/
Extension Basic Information
Name | ezeep Blue |
ID | cjmopihpekddjpbjpoejdaeoipndhkgd |
Official URL | https://chromewebstore.google.com/detail/ezeep-blue/cjmopihpekddjpbjpoejdaeoipndhkgd |
Description | Extension to print from your Chromebook or Chrome browser with your ezeep Blue account |
File Size | 1.25 MB |
Installation Count | 11,222 |
Current Version | 2.0.72 |
Last Updated | 2022-09-13 |
Publish Date | 2020-10-31 |
Rating | 4.83/5 Total 12 Ratings |
Developer | ThinPrint GmbH |
[email protected] | |
Payment Type | free |
Extension Website | https://www.ezeep.com |
Help Page URL | https://ezeep.io/33fEluI |
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": "ezeep Blue", "version": "2.0.72", "default_locale": "en", "description": "Extension to print from your Chromebook or Chrome browser with your ezeep Blue account", "icons": { "16": "images\/icons\/[email protected]", "48": "images\/icons\/[email protected]", "128": "images\/icons\/[email protected]" }, "browser_action": { "default_icon": "images\/icons\/[email protected]", "default_popup": "html\/options.html" }, "options_page": "html\/options.html", "permissions": [ "identity", "printerProvider", "storage", "notifications", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "js\/lib\/jquery.js", "js\/background.js" ], "persisten": false }, "web_accessible_resources": [ "js\/lib\/*", "data\/*.json" ] } |