ThinPrint Cloud Extension
Extension to print from your chrome book by using your Ezeep-Account
Wat is ThinPrint Cloud Extension?
ThinPrint Cloud Extension is een Chrome-extensie ontwikkeld door ThinPrint GmbH, en de belangrijkste functie is "Extension to print from your chrome book by using your Ezeep-Account".
Extensie Screenshots
Download het CRX-bestand van de extensie ThinPrint Cloud Extension
Download ThinPrint Cloud Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | ThinPrint Cloud Extension |
ID | eghabmmdjmfhajonjhglaakpnhhfibde |
Officiële URL | https://chromewebstore.google.com/detail/thinprint-cloud-extension/eghabmmdjmfhajonjhglaakpnhhfibde |
Beschrijving | Extension to print from your chrome book by using your Ezeep-Account |
Bestandsgrootte | 177 KB |
Aantal Installaties | 2,672 |
Huidige Versie | 1.0.11 |
Laatst Bijgewerkt | 2022-07-04 |
Publicatiedatum | 2020-02-10 |
Beoordeling | 4.33/5 Totaal 6 Beoordelingen |
Ontwikkelaar | ThinPrint GmbH |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.ezeep.com |
URL van de Privacybeleid Pagina | https://www.ezeep.com/privacypolicy |
Ondersteunde Talen | 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" ] } } |