ezeep Blue

Extension to print from your Chromebook or Chrome browser with your ezeep Blue account

ezeep Blueとは何ですか?

ezeep BlueはThinPrint GmbHによって開発されたChromeの拡張機能で、その主な機能は「Extension to print from your Chromebook or Chrome browser with your ezeep Blue account」です。

拡張機能のスクリーンショット

ezeep Blue拡張機能のCRXファイルをダウンロード

ezeep Blue拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Overview

Enjoy smart printing for Google Workspace, Chrome OS and your Chrome browser.
ezeep Blue is a cloud printing solution that connects all printers to Chrome OS and Android. Printers can be centrally managed and assigned to users regardless of where they are located, even if the networks are separated. Integrated pull printing ensures that no printouts fall into the wrong hands.
This makes ezeep Blue ideal for educational institutions and companies alike. 

Benefits

▸ Share and provision ezeep-enabled printers with employees or guests. With the optional ezeep Hub, you can connect printers to Chromebooks without needing a Windows PC or print server.
▸ Print from Chromebooks or the Chrome Browser to any printer, even if isn't compatible with Chrome OS.
▸ Print remotely to any printer, even if you aren't in the same network as the printer.
▸ Manage all printers and configure printing policies in one web portal.

Features

▸ Supports all printing options provided by the printer manufacturer.
▸ Fully integrated into Chrome OS for great user experience.
▸ Supports Sign in with Google, as well as Microsoft and Apple logins.
▸ Complies with the strictest security standards, like GDPR and HIPAA and includes added security features like pull printing. All print data is transmitted TLS 1.2 encrypted and deleted immediately after printing.
▸ Hosted by carbon-neutral hosting providers. We also offset the CO2 emissions produced by each printed page via our cooperation with justdiggit.org 

Already have an ezeep Blue account?
Download the Chrome Extension and login with your ezeep Blue account: https://app.ezeep.com/quickstart

Not yet an ezeep Blue customer?
Sign up & try for free:  https://www.ezeep.com/free-trial/                    

拡張機能の基本情報

名前 ezeep Blue ezeep Blue
ID cjmopihpekddjpbjpoejdaeoipndhkgd
公式URL https://chromewebstore.google.com/detail/ezeep-blue/cjmopihpekddjpbjpoejdaeoipndhkgd
説明 Extension to print from your Chromebook or Chrome browser with your ezeep Blue account
ファイルサイズ 1.25 MB
インストール数 11,222
現在のバージョン 2.0.72
最終更新日 2022-09-13
公開日 2020-10-31
評価 4.83/5 合計 12 レビュー
開発者 ThinPrint GmbH
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.ezeep.com
ヘルプページのURL https://ezeep.io/33fEluI
プライバシーポリシーページのURL https://www.ezeep.com/privacypolicy
対応言語 de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ezeep Blue",
    "version": "2.0.72",
    "default_locale": "en",
    "description": "Extension to print from your Chromebook or Chrome browser with your ezeep Blue account",
    "icons": {
        "16": "images\/icons\/[email protected]",
        "48": "images\/icons\/[email protected]",
        "128": "images\/icons\/[email protected]"
    },
    "browser_action": {
        "default_icon": "images\/icons\/[email protected]",
        "default_popup": "html\/options.html"
    },
    "options_page": "html\/options.html",
    "permissions": [
        "identity",
        "printerProvider",
        "storage",
        "notifications",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "js\/lib\/jquery.js",
            "js\/background.js"
        ],
        "persisten": false
    },
    "web_accessible_resources": [
        "js\/lib\/*",
        "data\/*.json"
    ]
}