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 |
Eメール | [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" ] } } |