Documate

Document Camera

Documateคืออะไร?

Documate เป็นส่วนขยายของ Chrome ที่พัฒนาโดย inswanmarket และคุณลักษณะหลักของมันคือ "Document Camera"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Documate

ดาวน์โหลดไฟล์ส่วนขยาย 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": [
            "*"
        ]
    }
}