ThinPrint Cloud Extension
Extension to print from your chrome book by using your Ezeep-Account
Vad är ThinPrint Cloud Extension?
ThinPrint Cloud Extension är en Chrome-tillägg utvecklad av ThinPrint GmbH, och dess huvudfunktion är "Extension to print from your chrome book by using your Ezeep-Account".
Tilläggsskärmbilder
Ladda ner ThinPrint Cloud Extension-förlängningens CRX-fil
Ladda ner ThinPrint Cloud Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | ThinPrint Cloud Extension |
ID | eghabmmdjmfhajonjhglaakpnhhfibde |
Officiell webbadress | https://chromewebstore.google.com/detail/thinprint-cloud-extension/eghabmmdjmfhajonjhglaakpnhhfibde |
Beskrivning | Extension to print from your chrome book by using your Ezeep-Account |
Filstorlek | 177 KB |
Antal Installationer | 2,672 |
Aktuell Version | 1.0.11 |
Senast Uppdaterad | 2022-07-04 |
Publiceringsdatum | 2020-02-10 |
Betyg | 4.33/5 Totalt 6 Betyg |
Utvecklare | ThinPrint GmbH |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.ezeep.com |
URL till Sekretesspolicy Sidan | https://www.ezeep.com/privacypolicy |
Stödda Språk | 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" ] } } |