Documate
Document Camera
Was ist Documate?
Documate ist eine Chrome-Erweiterung, die von inswanmarket entwickelt wurde, und ihr Hauptmerkmal ist "Document Camera".
Erweiterungsscreenshots
Documate-Erweiterungs-CRX-Datei herunterladen
Laden Sie Documate-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Documate |
ID | njcdalefhmobagihpijhjbpmbiobflpl |
Offizielle URL | https://chromewebstore.google.com/detail/documate/njcdalefhmobagihpijhjbpmbiobflpl |
Beschreibung | Document Camera |
Dateigröße | 866 KB |
Installationsanzahl | 118 |
Aktuelle Version | 1.23.0620 |
Letztes Update | 2024-01-09 |
Veröffentlichungsdatum | 2024-01-09 |
Entwickler | inswanmarket |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.inswan.com/ |
Hilfeseite URL | https://www.inswan.com/supports |
URL der Datenschutzrichtlinien-Seite | https://www.inswan.com/en/privacy |
Unterstützte Sprachen | 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": [ "*" ] } } |