Documate

Document Camera

Documate là gì?

Documate là một tiện ích mở rộng Chrome được phát triển bởi inswanmarket, và tính năng chính của nó là "Document Camera".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Documate

Tải xuống các tệp mở rộng Documate dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Documate Documate
ID njcdalefhmobagihpijhjbpmbiobflpl
URL Chính Thức https://chromewebstore.google.com/detail/documate/njcdalefhmobagihpijhjbpmbiobflpl
Mô tả Document Camera
Kích Thước Tệp 866 KB
Số Lần Cài Đặt 118
Phiên Bản Hiện Tại 1.23.0620
Cập Nhật Lần Cuối 2024-01-09
Ngày Phát Hành 2024-01-09
Nhà Phát Triển inswanmarket
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.inswan.com/
URL Trang Trợ Giúp https://www.inswan.com/supports
URL Trang Chính Sách Bảo Mật https://www.inswan.com/en/privacy
Ngôn Ngữ Được Hỗ Trợ 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": [
            "*"
        ]
    }
}