Bonzo Presenter

Record videos and upload them to Bonzo

Was ist Bonzo Presenter?

Bonzo Presenter ist eine Chrome-Erweiterung, die von https://getbonzo.com entwickelt wurde, und ihr Hauptmerkmal ist "Record videos and upload them to Bonzo".

Erweiterungsscreenshots

screenshot
screenshot

Bonzo Presenter-Erweiterungs-CRX-Datei herunterladen

Laden Sie Bonzo Presenter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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]                    

Grundlegende Informationen zur Erweiterung

Name Bonzo Presenter Bonzo Presenter
ID nbbmjnchiaakjanckclmcaonempnbpbj
Offizielle URL https://chromewebstore.google.com/detail/bonzo-presenter/nbbmjnchiaakjanckclmcaonempnbpbj
Beschreibung Record videos and upload them to Bonzo
Dateigröße 222 KB
Installationsanzahl 728
Aktuelle Version 1.1.5
Letztes Update 2023-03-01
Veröffentlichungsdatum 2021-04-12
Entwickler https://getbonzo.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://app.getbonzo.com
Hilfeseite URL https://intercom.help/bonzo-help-center/en
URL der Datenschutzrichtlinien-Seite https://getbonzo.com/privacy-policy
Unterstützte Sprachen 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"
    ]
}