Bonzo Presenter

Record videos and upload them to Bonzo

Что такое Bonzo Presenter?

Bonzo Presenter - это расширение Chrome, разработанное https://getbonzo.com, и его основная функция - "Record videos and upload them to Bonzo".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Bonzo Presenter

Скачайте файлы расширений Bonzo Presenter в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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