ezeep Blue

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

O que é ezeep Blue?

ezeep Blue é uma extensão do Chrome desenvolvida por ThinPrint GmbH, e sua principal característica é "Extension to print from your Chromebook or Chrome browser with your ezeep Blue account".

Capturas de Tela da Extensão

Baixar o arquivo CRX da Extensão ezeep Blue

Baixe arquivos de extensão ezeep Blue no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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/                    

Informações Básicas da Extensão

Nome ezeep Blue ezeep Blue
ID cjmopihpekddjpbjpoejdaeoipndhkgd
URL Oficial https://chromewebstore.google.com/detail/ezeep-blue/cjmopihpekddjpbjpoejdaeoipndhkgd
Descrição Extension to print from your Chromebook or Chrome browser with your ezeep Blue account
Tamanho do Arquivo 1.25 MB
Contagem de Instalações 11,222
Versão Atual 2.0.72
Última Atualização 2022-09-13
Data de Publicação 2020-10-31
Classificação 4.83/5 Total de 12 Avaliações
Desenvolvedor ThinPrint GmbH
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.ezeep.com
URL da Página de Ajuda https://ezeep.io/33fEluI
URL da Página de Política de Privacidade https://www.ezeep.com/privacypolicy
Idiomas Suportados 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"
    ]
}