Invido - Webcam & Screen Recorder

Record, share and track your videos

Apa itu Invido - Webcam & Screen Recorder?

Invido - Webcam & Screen Recorder adalah ekstensi Chrome yang dikembangkan oleh https://invido.ai, dan fitur utamanya adalah "Record, share and track your videos".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Invido - Webcam & Screen Recorder

Unduh file ekstensi Invido - Webcam & Screen Recorder dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Capture and share your video instantly.

With Invido’s built-in webcam recording function, you can record yourself speaking in front of the camera while illustrating data on your computer screen. This feature will ensure your content is engaging and informative, no matter the distance between you and your viewers. 

What’s more, Invido also provides analytics tracking so you can analyze performance. With this valuable insight, you can fine-tune your messages to maximize engagement and achieve optimal results from proposed strategies. 

Put simply, Invido provides comprehensive screen recording capabilities along with powerful analytics to provide deep insights into your video’s performance – ensuring that every recording is a success!                    

Informasi Dasar Ekstensi

Nama Invido - Webcam & Screen Recorder Invido - Webcam & Screen Recorder
ID jbpniikfoknbnngfggglapppkpbnalch
URL Resmi https://chromewebstore.google.com/detail/invido-webcam-screen-reco/jbpniikfoknbnngfggglapppkpbnalch
Deskripsi Record, share and track your videos
Ukuran File 151 KB
Jumlah Instalasi 61
Versi Saat Ini 0.1.5
Terakhir Diperbarui 2023-08-30
Tanggal Publikasi 2023-05-20
Penilaian 4.50/5 Total 2 Penilaian
Pengembang https://invido.ai
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Record, share and track your videos",
    "version": "0.1.5",
    "manifest_version": 3,
    "name": "Invido - Webcam & Screen Recorder",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ]
        }
    ],
    "icons": {
        "128": "icon.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "record.html",
                "permissions.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "tabs",
        "scripting",
        "cookies",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgpWyb6yNOOD7DVYB4aUbMfmcNHajJPc744C\/LcCCqPfIJTaSkdLR6WOnUY+9\/dNlyPRjKhG06lr420zhCkrhwHERYLXQXLjKJZRw\/PxwAT\/bycgLTsgpcwLihYZcXHD0bU9TzWrxvAUG3XC6pkauXVIMbLhWteAS1ApeZiWC+BHyup6SyhV+dOGZolKE6iQK9+qkZKwi1tGY8leyqQ2+FZpd5ffEc\/coj\/dMJHZfbjDVfHyDECXo+UiQvsyio44+WXI\/VP3Hu+NpSDp8\/dl3FJVXpZsaofKYZTvjYffPAJtXSmmdAbUcxMEqwoXsacXeij0ORqcP9sWjDdRqoghQwwIDAQAB"
}