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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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