ThinPrint Cloud Extension
Extension to print from your chrome book by using your Ezeep-Account
O que é ThinPrint Cloud Extension?
ThinPrint Cloud Extension é uma extensão do Chrome desenvolvida por ThinPrint GmbH, e sua principal característica é "Extension to print from your chrome book by using your Ezeep-Account".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão ThinPrint Cloud Extension
Baixe arquivos de extensão ThinPrint Cloud Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | ThinPrint Cloud Extension |
ID | eghabmmdjmfhajonjhglaakpnhhfibde |
URL Oficial | https://chromewebstore.google.com/detail/thinprint-cloud-extension/eghabmmdjmfhajonjhglaakpnhhfibde |
Descrição | Extension to print from your chrome book by using your Ezeep-Account |
Tamanho do Arquivo | 177 KB |
Contagem de Instalações | 2,672 |
Versão Atual | 1.0.11 |
Última Atualização | 2022-07-04 |
Data de Publicação | 2020-02-10 |
Classificação | 4.33/5 Total de 6 Avaliações |
Desenvolvedor | ThinPrint GmbH |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.ezeep.com |
URL da Página de Política de Privacidade | https://www.ezeep.com/privacypolicy |
Idiomas Suportados | 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" ] } } |