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".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة ThinPrint Cloud Extension

قم بتنزيل ملفات الامتداد ThinPrint Cloud Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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 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
عنوان صفحة سياسة الخصوصية 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"
        ]
    }
}