ThinPrint Cloud Extension

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

Apa itu ThinPrint Cloud Extension?

ThinPrint Cloud Extension adalah ekstensi Chrome yang dikembangkan oleh ThinPrint GmbH, dan fitur utamanya adalah "Extension to print from your chrome book by using your Ezeep-Account".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi ThinPrint Cloud Extension

Unduh file ekstensi ThinPrint Cloud Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama ThinPrint Cloud Extension ThinPrint Cloud Extension
ID eghabmmdjmfhajonjhglaakpnhhfibde
URL Resmi https://chromewebstore.google.com/detail/thinprint-cloud-extension/eghabmmdjmfhajonjhglaakpnhhfibde
Deskripsi Extension to print from your chrome book by using your Ezeep-Account
Ukuran File 177 KB
Jumlah Instalasi 2,672
Versi Saat Ini 1.0.11
Terakhir Diperbarui 2022-07-04
Tanggal Publikasi 2020-02-10
Penilaian 4.33/5 Total 6 Penilaian
Pengembang ThinPrint GmbH
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.ezeep.com
URL Halaman Kebijakan Privasi https://www.ezeep.com/privacypolicy
Bahasa yang Didukung 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"
        ]
    }
}