ThinPrint Cloud Extension
Extension to print from your chrome book by using your Ezeep-Account
¿Qué es ThinPrint Cloud Extension?
ThinPrint Cloud Extension es una extensión de Chrome desarrollada por ThinPrint GmbH, y su función principal es "Extension to print from your chrome book by using your Ezeep-Account".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión ThinPrint Cloud Extension
Descarga archivos de extensión ThinPrint Cloud Extension en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | ThinPrint Cloud Extension |
ID | eghabmmdjmfhajonjhglaakpnhhfibde |
URL Oficial | https://chromewebstore.google.com/detail/thinprint-cloud-extension/eghabmmdjmfhajonjhglaakpnhhfibde |
Descripción | Extension to print from your chrome book by using your Ezeep-Account |
Tamaño del Archivo | 177 KB |
Cantidad de Instalaciones | 2,672 |
Versión Actual | 1.0.11 |
Última Actualización | 2022-07-04 |
Fecha de Publicación | 2020-02-10 |
Calificación | 4.33/5 Total de 6 Calificaciones |
Desarrollador | ThinPrint GmbH |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.ezeep.com |
URL de la Página de Política de Privacidad | https://www.ezeep.com/privacypolicy |
Idiomas Soportados | 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" ] } } |