ThinPrint Cloud Extension

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

Co to jest ThinPrint Cloud Extension?

ThinPrint Cloud Extension to rozszerzenie Chrome opracowane przez ThinPrint GmbH, a jego główną funkcją jest „Extension to print from your chrome book by using your Ezeep-Account”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia ThinPrint Cloud Extension

Pobierz pliki rozszerzeń ThinPrint Cloud Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa ThinPrint Cloud Extension ThinPrint Cloud Extension
ID eghabmmdjmfhajonjhglaakpnhhfibde
Oficjalny URL https://chromewebstore.google.com/detail/thinprint-cloud-extension/eghabmmdjmfhajonjhglaakpnhhfibde
Opis Extension to print from your chrome book by using your Ezeep-Account
Rozmiar pliku 177 KB
Liczba instalacji 2,672
Aktualna Wersja 1.0.11
Ostatnia Aktualizacja 2022-07-04
Data Publikacji 2020-02-10
Ocena 4.33/5 Łącznie 6 Oceny
Deweloper ThinPrint GmbH
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.ezeep.com
Adres URL Strony Polityki Prywatności https://www.ezeep.com/privacypolicy
Obsługiwane Języki 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"
        ]
    }
}