Documate

Document Camera

ما هو Documate؟

Documate هو إضافة Chrome تم تطويرها بواسطة inswanmarket، والميزة الرئيسية لها هي "Document Camera".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Documate

قم بتنزيل ملفات الامتداد Documate بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة https://www.inswan.com/supports
عنوان صفحة سياسة الخصوصية 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": [
            "*"
        ]
    }
}