ThinPrint Cloud Extension
Extension to print from your chrome book by using your Ezeep-Account
Τι είναι το ThinPrint Cloud Extension;
Το ThinPrint Cloud Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ThinPrint GmbH, και η κύρια λειτουργία του είναι "Extension to print from your chrome book by using your Ezeep-Account".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης ThinPrint Cloud Extension
Λήψη αρχείων επέκτασης ThinPrint Cloud Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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
Βασικές Πληροφορίες Επέκτασης
Όνομα | ThinPrint Cloud Extension |
ID | eghabmmdjmfhajonjhglaakpnhhfibde |
Επίσημο URL | https://chromewebstore.google.com/detail/thinprint-cloud-extension/eghabmmdjmfhajonjhglaakpnhhfibde |
Περιγραφή | Extension to print from your chrome book by using your Ezeep-Account |
Μέγεθος Αρχείου | 177 KB |
Αριθμός Εγκαταστάσεων | 2,672 |
Τρέχουσα Έκδοση | 1.0.11 |
Τελευταία Ενημέρωση | 2022-07-04 |
Ημερομηνία Δημοσίευσης | 2020-02-10 |
Αξιολόγηση | 4.33/5 Συνολικά 6 Αξιολογήσεις |
Προγραμματιστής | ThinPrint GmbH |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.ezeep.com |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.ezeep.com/privacypolicy |
Υποστηριζόμενες Γλώσσες | 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" ] } } |