ThinPrint Cloud Extension

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

Qu'est-ce que ThinPrint Cloud Extension ?

ThinPrint Cloud Extension est une extension Chrome développée par ThinPrint GmbH, et sa fonction principale est "Extension to print from your chrome book by using your Ezeep-Account".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension ThinPrint Cloud Extension

Téléchargez les fichiers d'extension ThinPrint Cloud Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom ThinPrint Cloud Extension ThinPrint Cloud Extension
ID eghabmmdjmfhajonjhglaakpnhhfibde
URL Officiel https://chromewebstore.google.com/detail/thinprint-cloud-extension/eghabmmdjmfhajonjhglaakpnhhfibde
Description Extension to print from your chrome book by using your Ezeep-Account
Taille du Fichier 177 KB
Nombre d'Installations 2,672
Version Actuelle 1.0.11
Dernière Mise à Jour 2022-07-04
Date de Publication 2020-02-10
Évaluation 4.33/5 Total 6 Évaluations
Développeur ThinPrint GmbH
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.ezeep.com
URL de la Page de Politique de Confidentialité https://www.ezeep.com/privacypolicy
Langues Prises en Charge 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"
        ]
    }
}