Invido - Webcam & Screen Recorder

Record, share and track your videos

Qu'est-ce que Invido - Webcam & Screen Recorder ?

Invido - Webcam & Screen Recorder est une extension Chrome développée par https://invido.ai, et sa fonction principale est "Record, share and track your videos".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Invido - Webcam & Screen Recorder

Téléchargez les fichiers d'extension Invido - Webcam & Screen Recorder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Invido - Webcam & Screen Recorder Invido - Webcam & Screen Recorder
ID jbpniikfoknbnngfggglapppkpbnalch
URL Officiel https://chromewebstore.google.com/detail/invido-webcam-screen-reco/jbpniikfoknbnngfggglapppkpbnalch
Description Record, share and track your videos
Taille du Fichier 151 KB
Nombre d'Installations 61
Version Actuelle 0.1.5
Dernière Mise à Jour 2023-08-30
Date de Publication 2023-05-20
Évaluation 4.50/5 Total 2 Évaluations
Développeur https://invido.ai
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}