ThinPrint Cloud Extension

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

什麼是ThinPrint Cloud Extension?

ThinPrint Cloud Extension是由ThinPrint GmbH開發的Chrome擴展程式,該擴展的主要功能是“Extension to print from your chrome book by using your Ezeep-Account”。

擴展截圖

screenshot
screenshot
screenshot

下載ThinPrint Cloud Extension擴展crx文件

下載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 ThinPrint Cloud Extension
ID eghabmmdjmfhajonjhglaakpnhhfibde
官方網址 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"
        ]
    }
}