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
官方網址 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": [
            "*"
        ]
    }
}