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
Eメール [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": [
            "*"
        ]
    }
}