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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
        ]
    }
}