ideaocam

ideaocam

Cos'è ideaocam?

ideaocam è un'estensione di Chrome sviluppata da https://funtechinnovation.com, e la sua funzione principale è "ideaocam".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione ideaocam

Scarica i file di estensione ideaocam in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome ideaocam ideaocam
ID jkoihbmmdnnciboklipeogheldkngigc
URL Ufficiale https://chromewebstore.google.com/detail/ideaocam/jkoihbmmdnnciboklipeogheldkngigc
Descrizione ideaocam
Dimensione del File 910 KB
Conteggio Installazioni 2,042
Versione Corrente 1.0.16
Ultimo Aggiornamento 2024-02-19
Data di Pubblicazione 2022-03-15
Valutazione 5.00/5 Totale 6 Valutazioni
Sviluppatore https://funtechinnovation.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://funtechinnovation.com/software/ideaocam/
URL della Pagina della Politica sulla Privacy https://funtechinnovation.com/privacy-policy
Lingue Supportate 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"
        ]
    }
}