ThinPrint Cloud Extension

Extension to print from your chrome book by using your Ezeep-Account

ThinPrint Cloud Extension là gì?

ThinPrint Cloud Extension là một tiện ích mở rộng Chrome được phát triển bởi ThinPrint GmbH, và tính năng chính của nó là "Extension to print from your chrome book by using your Ezeep-Account".

Ả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 ThinPrint Cloud Extension

Tải xuống các tệp mở rộng ThinPrint Cloud Extension 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

                        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                    

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

Tên ThinPrint Cloud Extension ThinPrint Cloud Extension
ID eghabmmdjmfhajonjhglaakpnhhfibde
URL Chính Thức https://chromewebstore.google.com/detail/thinprint-cloud-extension/eghabmmdjmfhajonjhglaakpnhhfibde
Mô tả Extension to print from your chrome book by using your Ezeep-Account
Kích Thước Tệp 177 KB
Số Lần Cài Đặt 2,672
Phiên Bản Hiện Tại 1.0.11
Cập Nhật Lần Cuối 2022-07-04
Ngày Phát Hành 2020-02-10
Đánh Giá 4.33/5 Tổng số 6 Đánh Giá
Nhà Phát Triển ThinPrint GmbH
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.ezeep.com
URL Trang Chính Sách Bảo Mật https://www.ezeep.com/privacypolicy
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}