Bonzo Presenter

Record videos and upload them to Bonzo

Bonzo Presenter란 무엇입니까?

Bonzo Presenter은(는) https://getbonzo.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Record videos and upload them to Bonzo"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Bonzo Presenter 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}