Documate

Document Camera

Apa itu Documate?

Documate adalah ekstensi Chrome yang dikembangkan oleh inswanmarket, dan fitur utamanya adalah "Document Camera".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Documate

Unduh file ekstensi Documate dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Documate Documate
ID njcdalefhmobagihpijhjbpmbiobflpl
URL Resmi https://chromewebstore.google.com/detail/documate/njcdalefhmobagihpijhjbpmbiobflpl
Deskripsi Document Camera
Ukuran File 866 KB
Jumlah Instalasi 118
Versi Saat Ini 1.23.0620
Terakhir Diperbarui 2024-01-09
Tanggal Publikasi 2024-01-09
Pengembang inswanmarket
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.inswan.com/
URL Halaman Bantuan https://www.inswan.com/supports
URL Halaman Kebijakan Privasi https://www.inswan.com/en/privacy
Bahasa yang Didukung 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": [
            "*"
        ]
    }
}