Bonzo Presenter

Record videos and upload them to Bonzo

Bonzo Presenter क्या है?

Bonzo Presenter https://getbonzo.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Record videos and upload them to Bonzo"।

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

screenshot
screenshot

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

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

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

                        Thanks to Bonzo Presenter Chrome Extension, you’ll be able to record professional videos for your prospects and upload them to Bonzo.

To use these features, you have to be a Bonzo user, if you don’t have an account, you can register here: https://platform.getbonzo.com/register

Record high quality videos
With our extension, you’ll be able to record videos. You can choose to record either your entire screen, a browser tab, or your camera.  While recording, you can also write notes directly in the browser, draw using our pencil tool or place arrows for easier presentations.

Have questions or suggestions?

Feel free to reach out to our support at [email protected]                    

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

नाम Bonzo Presenter Bonzo Presenter
ID nbbmjnchiaakjanckclmcaonempnbpbj
आधिकारिक URL https://chromewebstore.google.com/detail/bonzo-presenter/nbbmjnchiaakjanckclmcaonempnbpbj
विवरण Record videos and upload them to Bonzo
फ़ाइल का आकार 222 KB
स्थापना संख्या 728
वर्तमान संस्करण 1.1.5
अंतिम अपडेट 2023-03-01
प्रकाशन तिथि 2021-04-12
डेवलपर https://getbonzo.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://app.getbonzo.com
सहायता पृष्ठ URL https://intercom.help/bonzo-help-center/en
गोपनीयता नीति पृष्ठ URL https://getbonzo.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bonzo Presenter",
    "description": "Record videos and upload them to Bonzo",
    "offline_enabled": true,
    "version": "1.1.5",
    "manifest_version": 2,
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "assets\/extension-icons\/logo-32.png",
        "default_popup": "html\/popup.html"
    },
    "icons": {
        "16": "assets\/extension-icons\/logo-16.png",
        "128": "assets\/extension-icons\/logo-128.png",
        "48": "assets\/extension-icons\/logo-48.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/detect.js"
            ]
        }
    ],
    "permissions": [
        "",
        "activeTab",
        "tabCapture",
        "tabs",
        "storage",
        "file:\/\/*"
    ],
    "web_accessible_resources": [
        "html\/camera.html",
        "html\/sources.html",
        "html\/uploading.html",
        "js\/content.js",
        "js\/upload-camera.js",
        "js\/camera.js",
        "css\/content.css",
        "assets\/images\/*",
        "js\/sources.js",
        "js\/cameracontent.js",
        "css\/cameracontent.css",
        "js\/audiosources.js",
        "html\/audiosources.html"
    ]
}