ThinPrint Cloud Extension
Extension to print from your chrome book by using your Ezeep-Account
Co je ThinPrint Cloud Extension?
ThinPrint Cloud Extension je rozšíření Chrome vyvinuté ThinPrint GmbH, a jeho hlavní funkcí je „Extension to print from your chrome book by using your Ezeep-Account“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření ThinPrint Cloud Extension
Stáhněte si soubory rozšíření ThinPrint Cloud Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | ThinPrint Cloud Extension |
ID | eghabmmdjmfhajonjhglaakpnhhfibde |
Oficiální URL | https://chromewebstore.google.com/detail/thinprint-cloud-extension/eghabmmdjmfhajonjhglaakpnhhfibde |
Popis | Extension to print from your chrome book by using your Ezeep-Account |
Velikost souboru | 177 KB |
Počet instalací | 2,672 |
Aktuální Verze | 1.0.11 |
Poslední Aktualizace | 2022-07-04 |
Datum Vydání | 2020-02-10 |
Hodnocení | 4.33/5 Celkem 6 Hodnocení |
Vývojář | ThinPrint GmbH |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://www.ezeep.com |
URL Stránky Zásad Ochrany Soukromí | https://www.ezeep.com/privacypolicy |
Podporované Jazyky | 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" ] } } |