Documate

Document Camera

什么是Documate?

Documate是由inswanmarket开发的Chrome扩展程序,该扩展的主要功能是“Document Camera”。

扩展截图

screenshot
screenshot

下载Documate扩展crx文件

下载Documate扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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 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": [
            "*"
        ]
    }
}