InfinityCloud for Chromebooks

Print to InfinityCloud printers

InfinityCloud for Chromebooks là gì?

InfinityCloud for Chromebooks là một tiện ích mở rộng Chrome được phát triển bởi Process Fusion Inc., và tính năng chính của nó là "Print to InfinityCloud printers".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng InfinityCloud for Chromebooks

Tải xuống các tệp mở rộng InfinityCloud for Chromebooks dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        UniPrint InfinityCloud for Chromebooks is an extension that enables Chromebooks to utilize pull printing through UniPrint SecurePrint and InfinityCloud.

CONTACT UNIPRINT SUPPORT, [email protected], TO SCHEDULE A DEMONSTRATION.

---Key Benefits---
 • Utilize UniPrint SecurePrint for pull printing
 • Print through InfinityCloud
 • Intuitive and familiar user interface requires no additional training

---Requirements---
 • Registered user account in UniPrint InfinityCloud

For more information on UniPrint InfinityCloud and to register, visit our web site at https://infinitycloud.uniprint.net/.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên InfinityCloud for Chromebooks InfinityCloud for Chromebooks
ID ifbidkibpdhleaocdpghmaicnllkbppp
URL Chính Thức https://chromewebstore.google.com/detail/infinitycloud-for-chromeb/ifbidkibpdhleaocdpghmaicnllkbppp
Mô tả Print to InfinityCloud printers
Kích Thước Tệp 52.64 KB
Số Lần Cài Đặt 61
Phiên Bản Hiện Tại 1.0.12
Cập Nhật Lần Cuối 2021-02-05
Ngày Phát Hành 2020-01-29
Nhà Phát Triển Process Fusion Inc.
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.uniprint.net
URL Trang Trợ Giúp https://www.uniprint.net/eng/page/contact-support
URL Trang Chính Sách Bảo Mật https://www.uniprint.net/en/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "InfinityCloud for Chromebooks",
    "short_name": "InfinityCloud for Chromebooks",
    "description": "Print to InfinityCloud printers",
    "version": "1.0.12",
    "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": [
        "printerProvider",
        "identity",
        "identity.email",
        "storage",
        "background",
        "http:\/\/172.30.136.53\/*",
        "https:\/\/infinitycloudc-dev.azurewebsites.net\/*",
        "https:\/\/infinitycloudc-stage.azurewebsites.net\/*",
        "https:\/\/infinitycloudadmin.uniprint.net\/*"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxsImic5Nv74MAdSgLVm+YA\/wB2I0+ZJnJDifly9f7U3HXLrgsrtAvH0Si0s9hyyNLRC7j5G6v5n6zd973nuk+lfJDXjLod2sT16KaS7ek8PBJjbAMPhZfN5zvyQJly1F+ZpmOf9zcN3zz\/MM51wvezsH0xD7HOFFPWLSGB5Ywv6rb22auo4DkKdthwU4TtQYoHya2E74s6YKhW35YSdxvcwaYqSAvQJP5BOKAs3mOJkEg1B2z8Od5J5MQhjw6krxxkJeYSJKiWUiHaGH8gI9yVvEUXbSoVlmeyXEnqTdFb9JYVA508HpVRPCHQuMU4lciF33Md3Osf6ytw08KhjkFwIDAQAB",
    "oauth2": {
        "client_id": "741119816379-kifeeo6gnva0s5eeulbl7ttakc1hu2b6.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"
        ]
    }
}