ideaocam

ideaocam

ideaocamとは何ですか?

ideaocamはhttps://funtechinnovation.comによって開発されたChromeの拡張機能で、その主な機能は「ideaocam」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

ideaocam拡張機能のCRXファイルをダウンロード

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
Eメール [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"
        ]
    }
}