ThinPrint Cloud Extension

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

ThinPrint Cloud Extension क्या है?

ThinPrint Cloud Extension ThinPrint GmbH द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension to print from your chrome book by using your Ezeep-Account"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ThinPrint Cloud Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
गोपनीयता नीति पृष्ठ 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"
        ]
    }
}