InfinityCloud for Chromebooks (Enterprise)

Print to InfinityCloud printers

InfinityCloud for Chromebooks (Enterprise) क्या है?

InfinityCloud for Chromebooks (Enterprise) Process Fusion Inc. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Print to InfinityCloud printers"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में InfinityCloud for Chromebooks (Enterprise) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
        ]
    }
}