ideaocam

ideaocam

ideaocam là gì?

ideaocam là một tiện ích mở rộng Chrome được phát triển bởi https://funtechinnovation.com, và tính năng chính của nó là "ideaocam".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ideaocam

Tải xuống các tệp mở rộng ideaocam dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ideaocam ideaocam
ID jkoihbmmdnnciboklipeogheldkngigc
URL Chính Thức https://chromewebstore.google.com/detail/ideaocam/jkoihbmmdnnciboklipeogheldkngigc
Mô tả ideaocam
Kích Thước Tệp 910 KB
Số Lần Cài Đặt 2,042
Phiên Bản Hiện Tại 1.0.16
Cập Nhật Lần Cuối 2024-02-19
Ngày Phát Hành 2022-03-15
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://funtechinnovation.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://funtechinnovation.com/software/ideaocam/
URL Trang Chính Sách Bảo Mật https://funtechinnovation.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}