Invido - Webcam & Screen Recorder

Record, share and track your videos

Что такое Invido - Webcam & Screen Recorder?

Invido - Webcam & Screen Recorder - это расширение Chrome, разработанное https://invido.ai, и его основная функция - "Record, share and track your videos".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Invido - Webcam & Screen Recorder

Скачайте файлы расширений Invido - Webcam & Screen Recorder в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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!                    

Основная информация о расширении

Название Invido - Webcam & Screen Recorder Invido - Webcam & Screen Recorder
ID jbpniikfoknbnngfggglapppkpbnalch
Официальный URL https://chromewebstore.google.com/detail/invido-webcam-screen-reco/jbpniikfoknbnngfggglapppkpbnalch
Описание Record, share and track your videos
Размер файла 151 KB
Количество установок 61
Текущая Версия 0.1.5
Последнее Обновление 2023-08-30
Дата публикации 2023-05-20
Рейтинг 4.50/5 Всего 2 оценок
Разработчик https://invido.ai
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
}