Invido - Webcam & Screen Recorder

Record, share and track your videos

什么是Invido - Webcam & Screen Recorder?

Invido - Webcam & Screen Recorder是由https://invido.ai开发的Chrome扩展程序,该扩展的主要功能是“Record, share and track your videos”。

扩展截图

screenshot
screenshot

下载Invido - Webcam & Screen Recorder扩展crx文件

下载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"
}