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" ] } } |