Documate
Document Camera
Qu'est-ce que Documate ?
Documate est une extension Chrome développée par inswanmarket, et sa fonction principale est "Document Camera".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Documate
Téléchargez les fichiers d'extension Documate au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Documate |
ID | njcdalefhmobagihpijhjbpmbiobflpl |
URL Officiel | https://chromewebstore.google.com/detail/documate/njcdalefhmobagihpijhjbpmbiobflpl |
Description | Document Camera |
Taille du Fichier | 866 KB |
Nombre d'Installations | 118 |
Version Actuelle | 1.23.0620 |
Dernière Mise à Jour | 2024-01-09 |
Date de Publication | 2024-01-09 |
Développeur | inswanmarket |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.inswan.com/ |
URL de la Page d'Aide | https://www.inswan.com/supports |
URL de la Page de Politique de Confidentialité | https://www.inswan.com/en/privacy |
Langues Prises en Charge | 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": [ "*" ] } } |