ThinPrint Cloud Extension
Extension to print from your chrome book by using your Ezeep-Account
Cos'è ThinPrint Cloud Extension?
ThinPrint Cloud Extension è un'estensione di Chrome sviluppata da ThinPrint GmbH, e la sua funzione principale è "Extension to print from your chrome book by using your Ezeep-Account".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ThinPrint Cloud Extension
Scarica i file di estensione ThinPrint Cloud Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | ThinPrint Cloud Extension |
ID | eghabmmdjmfhajonjhglaakpnhhfibde |
URL Ufficiale | https://chromewebstore.google.com/detail/thinprint-cloud-extension/eghabmmdjmfhajonjhglaakpnhhfibde |
Descrizione | Extension to print from your chrome book by using your Ezeep-Account |
Dimensione del File | 177 KB |
Conteggio Installazioni | 2,672 |
Versione Corrente | 1.0.11 |
Ultimo Aggiornamento | 2022-07-04 |
Data di Pubblicazione | 2020-02-10 |
Valutazione | 4.33/5 Totale 6 Valutazioni |
Sviluppatore | ThinPrint GmbH |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.ezeep.com |
URL della Pagina della Politica sulla Privacy | https://www.ezeep.com/privacypolicy |
Lingue Supportate | 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" ] } } |