ThinPrint Cloud Extension
Extension to print from your chrome book by using your Ezeep-Account
Hvad er ThinPrint Cloud Extension?
ThinPrint Cloud Extension er en Chrome-udvidelse udviklet af ThinPrint GmbH, og dens hovedfunktion er "Extension to print from your chrome book by using your Ezeep-Account".
Udvidelsesskærmbilleder
Download ThinPrint Cloud Extension-udvidelses-CRX-fil
Download ThinPrint Cloud Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | ThinPrint Cloud Extension |
ID | eghabmmdjmfhajonjhglaakpnhhfibde |
Officiel URL | https://chromewebstore.google.com/detail/thinprint-cloud-extension/eghabmmdjmfhajonjhglaakpnhhfibde |
Beskrivelse | Extension to print from your chrome book by using your Ezeep-Account |
Filstørrelse | 177 KB |
Antal Installationer | 2,672 |
Nuværende Version | 1.0.11 |
Senest Opdateret | 2022-07-04 |
Udgivelsesdato | 2020-02-10 |
Bedømmelse | 4.33/5 Samlet 6 Bedømmelser |
Udvikler | ThinPrint GmbH |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://www.ezeep.com |
URL til Fortrolighedspolitik Side | https://www.ezeep.com/privacypolicy |
Understøttede Sprog | 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" ] } } |