ThinPrint Cloud Extension
Extension to print from your chrome book by using your Ezeep-Account
什么是ThinPrint Cloud Extension?
ThinPrint Cloud Extension是由ThinPrint GmbH开发的Chrome扩展程序,该扩展的主要功能是“Extension to print from your chrome book by using your Ezeep-Account”。
扩展截图
下载ThinPrint Cloud Extension扩展crx文件
下载ThinPrint Cloud Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | ThinPrint Cloud Extension |
ID | eghabmmdjmfhajonjhglaakpnhhfibde |
官方URL | https://chromewebstore.google.com/detail/thinprint-cloud-extension/eghabmmdjmfhajonjhglaakpnhhfibde |
简介 | Extension to print from your chrome book by using your Ezeep-Account |
文件大小 | 177 KB |
安装次数 | 2,672 |
当前版本 | 1.0.11 |
更新时间 | 2022-07-04 |
上架时间 | 2020-02-10 |
评分 | 4.33/5 共6次评分 |
开发者 | ThinPrint GmbH |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.ezeep.com |
隐私政策页面URL | https://www.ezeep.com/privacypolicy |
支持的语言 | 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" ] } } |