ThinPrint Cloud Extension

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

Was ist ThinPrint Cloud Extension?

ThinPrint Cloud Extension ist eine Chrome-Erweiterung, die von ThinPrint GmbH entwickelt wurde, und ihr Hauptmerkmal ist "Extension to print from your chrome book by using your Ezeep-Account".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

ThinPrint Cloud Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie ThinPrint Cloud Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name ThinPrint Cloud Extension ThinPrint Cloud Extension
ID eghabmmdjmfhajonjhglaakpnhhfibde
Offizielle URL https://chromewebstore.google.com/detail/thinprint-cloud-extension/eghabmmdjmfhajonjhglaakpnhhfibde
Beschreibung Extension to print from your chrome book by using your Ezeep-Account
Dateigröße 177 KB
Installationsanzahl 2,672
Aktuelle Version 1.0.11
Letztes Update 2022-07-04
Veröffentlichungsdatum 2020-02-10
Bewertung 4.33/5 Insgesamt 6 Bewertungen
Entwickler ThinPrint GmbH
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.ezeep.com
URL der Datenschutzrichtlinien-Seite https://www.ezeep.com/privacypolicy
Unterstützte Sprachen 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"
        ]
    }
}