ideaocam

ideaocam

Что такое ideaocam?

ideaocam - это расширение Chrome, разработанное https://funtechinnovation.com, и его основная функция - "ideaocam".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения ideaocam

Скачайте файлы расширений ideaocam в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Designed for Ideao document camera, IdeaoCam let you take snapshots and create amazing video with ease! Connect with your Goolgle account, and access your file anywhere, anytime. IdeaoCam allows you to upload pictures directly onto your Google Drive, or use with Google Classroom to create assignments.

•	Control Ideao Camera
Perform up to 6x zoom to get a close-up shot. Rotate in 0°/90°/180°/270° to get the right displaying angle. Flip and mirror the video when turning the document camera into the front-facing webcam mode. Freeze the image to avoid any interference. The intuitive menu bar let you control the Ideao document camera at your fingertips.

•	Snapshot and Record
Take snapshots and record videos in the selected resolution. IdeaoCam offers the easiest way to digitize your content in picture and video format, no matter you are using IdeaoCam for live demo or pre-recorded sessions.

•	Stop Motion Video
Create eye-catching stop motion video becomes easier than ever before! Featuring Onion Skinning to let you see through the frames and compare the keyframes to make perfect stop motion. All you need to do is taking pictures, adjust the frame per second, and export the stop motion video. It is that simple.

•	Connect with Google Drive and Google Classroom
Sign in and access your Google Drive or Google Classroom. Every snapshot and video you make, you can save directly onto the cloud drive without hassle; or assign as quiz, assignment, or announcement. Enjoy the seamless integration with Google to help your lesson preparation more effective.                    

Основная информация о расширении

Название ideaocam ideaocam
ID jkoihbmmdnnciboklipeogheldkngigc
Официальный URL https://chromewebstore.google.com/detail/ideaocam/jkoihbmmdnnciboklipeogheldkngigc
Описание ideaocam
Размер файла 910 KB
Количество установок 2,042
Текущая Версия 1.0.16
Последнее Обновление 2024-02-19
Дата публикации 2022-03-15
Рейтинг 5.00/5 Всего 6 оценок
Разработчик https://funtechinnovation.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://funtechinnovation.com/software/ideaocam/
URL страницы политики конфиденциальности https://funtechinnovation.com/privacy-policy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ideaocam",
    "description": "ideaocam",
    "version": "1.0.16",
    "manifest_version": 3,
    "icons": {
        "16": "ideao16.png",
        "48": "ideao48.png",
        "128": "ideao128.png"
    },
    "action": {
        "default_icon": "ideao16.png",
        "default_title": "ideaocam"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ],
            "css": [
                "content-css.css"
            ]
        }
    ],
    "permissions": [
        "identity"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "www\/*",
                "js\/*",
                "css\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' ; object-src 'self';"
    },
    "oauth2": {
        "client_id": "235769437789-g6jtr0vu4bd43pk8i487b9eda07odfke.apps.googleusercontent.com",
        "scopes": [
            "profile email",
            "openid",
            "https:\/\/www.googleapis.com\/auth\/drive.file",
            "https:\/\/www.googleapis.com\/auth\/classroom.announcements",
            "https:\/\/www.googleapis.com\/auth\/classroom.coursework.students",
            "https:\/\/www.googleapis.com\/auth\/classroom.courses.readonly",
            "https:\/\/www.googleapis.com\/auth\/classroom.topics.readonly",
            "https:\/\/www.googleapis.com\/auth\/classroom.courseworkmaterials"
        ]
    }
}