Documate
Document Camera
Documate란 무엇입니까?
Documate은(는) inswanmarket에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Document Camera"입니다.
확장 프로그램 스크린샷
Documate 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Documate is our recommended software application to control your Inswan document camera. It provides powerful learning-enhancing features such as rotation, snapshot annotation, and video recording, allowing teachers to capture still and streaming images of 2D and 3D objects and display them on large monitors and projector screens. You can also use Documate to scan paper documents and extra text for editing through optical character recognition (OCR). Download the latest version of Doucmate today for Chromebook by clicking the “Add to Chrome” button on the upper-right corner.
확장 프로그램 기본 정보
이름 | Documate |
ID | njcdalefhmobagihpijhjbpmbiobflpl |
공식 URL | https://chromewebstore.google.com/detail/documate/njcdalefhmobagihpijhjbpmbiobflpl |
설명 | Document Camera |
파일 크기 | 866 KB |
설치 횟수 | 118 |
현재 버전 | 1.23.0620 |
최근 업데이트 | 2024-01-09 |
출시 날짜 | 2024-01-09 |
개발자 | inswanmarket |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.inswan.com/ |
도움말 페이지 URL | https://www.inswan.com/supports |
개인정보 보호 정책 페이지 URL | https://www.inswan.com/en/privacy |
지원되는 언어 | de,en,fr,es,ru,zh-TW |
manifest.json | |
{ "action": { "default_icon": { "240": "icon.png" }, "default_title": "Documate" }, "background": { "service_worker": "js\/background.js" }, "commands": { "_execute_action": [] }, "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'" }, "default_locale": "en", "description": "Document Camera", "icons": { "240": "icon.png" }, "manifest_version": 3, "name": "Documate", "offline_enabled": true, "permissions": [ "storage", "unlimitedStorage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.23.0620", "externally_connectable": { "ids": [ "*" ] } } |