ideaocam

ideaocam

What is ideaocam?

ideaocam is a Chrome extension developed by https://funtechinnovation.com, and its main feature is "ideaocam".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download ideaocam Extension CRX File

Download ideaocam extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name ideaocam ideaocam
ID jkoihbmmdnnciboklipeogheldkngigc
Official URL https://chromewebstore.google.com/detail/ideaocam/jkoihbmmdnnciboklipeogheldkngigc
Description ideaocam
File Size 910 KB
Installation Count 2,042
Current Version 1.0.16
Last Updated 2024-02-19
Publish Date 2022-03-15
Rating 5.00/5 Total 6 Ratings
Developer https://funtechinnovation.com
Email [email protected]
Payment Type free
Extension Website https://funtechinnovation.com/software/ideaocam/
Privacy Policy Page URL https://funtechinnovation.com/privacy-policy
Supported Languages 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"
        ]
    }
}