Vumu App

The ultimate screen recorder for Chrome: Powerful, intuitive, and feature-rich. Record, annotate, share, and beyond!

Vumu App क्या है?

Vumu App VUMU द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The ultimate screen recorder for Chrome: Powerful, intuitive, and feature-rich. Record, annotate, share, and beyond!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Vumu App एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Vumu is a platform designed to streamline the creation of customized videos that can be seamlessly integrated into your proposals. By opting for video content rather than traditional email or PDF formats, you significantly enhance the likelihood of receiving a positive response. With Vumu's user-friendly templates, crafting polished and professional videos is a breeze.

Key features of Vumu include:

Recording videos directly through the Chrome extension.
Swapping out recorded videos with new content.
Uploading pre-existing videos.
Incorporating logos and background images.
Adding annotations to recordings.
Including calls-to-action (CTAs) within the videos.                    

एक्सटेंशन की मूल जानकारी

नाम Vumu App Vumu App
ID lhllgpiipgpmboeclhejbdlcnbofffkn
आधिकारिक URL https://chromewebstore.google.com/detail/vumu-app/lhllgpiipgpmboeclhejbdlcnbofffkn
विवरण The ultimate screen recorder for Chrome: Powerful, intuitive, and feature-rich. Record, annotate, share, and beyond!
फ़ाइल का आकार 6.7 MB
स्थापना संख्या 1,001
वर्तमान संस्करण 1.1.4
अंतिम अपडेट 2024-02-10
प्रकाशन तिथि 2021-10-25
रेटिंग 3.00/5 कुल 2 रेटिंग्स
डेवलपर VUMU
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.vumu.io
सहायता पृष्ठ URL https://www.vumu.io/support
गोपनीयता नीति पृष्ठ URL https://vumu.io/privacy
समर्थित भाषाएँ de,en,fr,ca,es,pt-BR,pt-PT,ru,ta,zh-CN,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Vumu App",
    "description": "The ultimate screen recorder for Chrome: Powerful, intuitive, and feature-rich. Record, annotate, share, and beyond!",
    "homepage_url": "https:\/\/vumu.io\/",
    "offline_enabled": false,
    "minimum_chrome_version": "88",
    "externally_connectable": {
        "matches": [
            "https:\/\/www.vumu.io\/*",
            "*:\/\/*.localhost\/*"
        ]
    },
    "version": "1.1.4",
    "manifest_version": 3,
    "content_security_policy": {
        "sandbox": "sandbox allow-scripts; script-src 'self'; object-src 'self'"
    },
    "default_locale": "en",
    "background": {
        "service_worker": "js\/vumu-bg-loader.js"
    },
    "action": {
        "default_icon": "assets\/vumu-extension-icons\/favicon.png"
    },
    "icons": {
        "16": "assets\/vumu-extension-icons\/favicon.png",
        "128": "assets\/vumu-extension-icons\/favicon.png",
        "48": "assets\/vumu-extension-icons\/favicon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/libraries\/jquery-3.5.1.min.js",
                "js\/vumuDetect.js",
                "js\/vumu-proxy-message.js",
                "js\/vumuPopupIframe.js"
            ],
            "css": [
                "css\/vumupopupIframe.css"
            ]
        }
    ],
    "permissions": [
        "scripting",
        "cookies",
        "storage",
        "tabs",
        "identity",
        "activeTab",
        "offscreen"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "html\/vumu-permissions-popup.html",
                "html\/vumu-popup.html",
                "html\/offscreen.html",
                "html\/vumu-camera.html",
                "html\/vumu-sources.html",
                "html\/vumu-settings.html",
                "js\/vumuContent.js",
                "css\/vumucontent.css",
                "assets\/images\/*",
                "js\/vumuSources.js",
                "js\/vumuPopupIframe.js",
                "js\/offscreen.js",
                "css\/vumupopupIframe.css",
                "js\/vumuCameraplaceholder.js",
                "css\/vumucameraplaceholder.css",
                "js\/vumuCameracontent.js",
                "css\/vumucameracontent.css",
                "js\/libraries\/plyr.min.js",
                "css\/libraries\/plyr.min.css",
                "js\/vumuAudiosources.js",
                "html\/vumu-audiosources.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "commands": {
        "pause\/resume": {
            "suggested_key": {
                "default": "Alt+R",
                "mac": "Alt+R"
            },
            "description": "__MSG_extPause__"
        },
        "stop": {
            "suggested_key": {
                "default": "Alt+Q",
                "mac": "Alt+Q"
            },
            "description": "__MSG_extStop__"
        },
        "cancel": {
            "suggested_key": {
                "default": "Alt+K",
                "mac": "Alt+K"
            },
            "description": "__MSG_extCancel__"
        }
    }
}