InfinityCloud for Chromebooks (Enterprise)
Print to InfinityCloud printers
InfinityCloud for Chromebooks (Enterprise)とは何ですか?
InfinityCloud for Chromebooks (Enterprise)はProcess Fusion Inc.によって開発されたChromeの拡張機能で、その主な機能は「Print to InfinityCloud printers」です。
拡張機能のスクリーンショット
InfinityCloud for Chromebooks (Enterprise)拡張機能のCRXファイルをダウンロード
InfinityCloud for Chromebooks (Enterprise)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
UniPrint InfinityCloud for Chromebooks (Enterprise) is an extension that enables Chromebooks to utilize pull printing through UniPrint SecurePrint and InfinityCloud. This enterprise version can only be deployed using the Google Admin Console in G-Suite and be run through the Chrome browser alone. Non G-Suite users should download the non-enterprise version instead. CONTACT UNIPRINT SUPPORT, [email protected], TO SCHEDULE A DEMONSTRATION. ---Key Benefits--- • Utilize UniPrint SecurePrint for pull printing • Synchronizes passwords across other applications • Print through InfinityCloud • Intuitive and familiar user interface requires no additional training ---Requirements--- • Registered user account in UniPrint InfinityCloud • Enterprise G-Suite account • ChromeOS For more information on UniPrint InfinityCloud and to register, visit our web site at https://infinitycloud.uniprint.net/.
拡張機能の基本情報
名前 | InfinityCloud for Chromebooks (Enterprise) |
ID | pblfidbagabbcdblldheghcopjicfinl |
公式URL | https://chromewebstore.google.com/detail/infinitycloud-for-chromeb/pblfidbagabbcdblldheghcopjicfinl |
説明 | Print to InfinityCloud printers |
ファイルサイズ | 50.51 KB |
インストール数 | 2,053 |
現在のバージョン | 1.0.30 |
最終更新日 | 2021-10-01 |
公開日 | 2020-08-18 |
開発者 | Process Fusion Inc. |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.uniprint.net |
ヘルプページのURL | https://www.uniprint.net/eng/page/contact-support |
プライバシーポリシーページのURL | https://www.uniprint.net/en/privacy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "InfinityCloud for Chromebooks (Enterprise)", "short_name": "InfinityCloud for Chromebooks (E)", "description": "Print to InfinityCloud printers", "version": "1.0.30", "minimum_chrome_version": "44", "options_ui": { "page": "options.html", "chrome_style": true }, "background": { "scripts": [ "jquery-2.2.0.min.js", "background.js" ], "persistent": false }, "icons": { "16": "assets\/up_16.png", "32": "assets\/up_32.png", "64": "assets\/up_64.png", "128": "assets\/up_128.png" }, "permissions": [ "enterprise.deviceAttributes", "enterprise.networkingAttributes", "printerProvider", "identity", "identity.email", "storage", "background", "https:\/\/infinitycloudadmin.uniprint.net\/*" ], "oauth2": { "client_id": "722041215094-m45u6cokc7u3upcma9d5ikaa7p84n5hu.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email", "https:\/\/www.googleapis.com\/auth\/userinfo.profile", "https:\/\/www.googleapis.com\/auth\/plus.login", "https:\/\/www.googleapis.com\/auth\/plus.me" ] } } |