InfinityCloud for Chromebooks (Enterprise)

Print to InfinityCloud printers

InfinityCloud for Chromebooks (Enterprise)란 무엇입니까?

InfinityCloud for Chromebooks (Enterprise)은(는) Process Fusion Inc.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Print to InfinityCloud printers"입니다.

확장 프로그램 스크린샷

screenshot

InfinityCloud for Chromebooks (Enterprise) 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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) 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.
이메일 [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"
        ]
    }
}