Bonzo Presenter

Record videos and upload them to Bonzo

Bonzo Presenter là gì?

Bonzo Presenter là một tiện ích mở rộng Chrome được phát triển bởi https://getbonzo.com, và tính năng chính của nó là "Record videos and upload them to Bonzo".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Bonzo Presenter

Tải xuống các tệp mở rộng Bonzo Presenter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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]                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Bonzo Presenter Bonzo Presenter
ID nbbmjnchiaakjanckclmcaonempnbpbj
URL Chính Thức https://chromewebstore.google.com/detail/bonzo-presenter/nbbmjnchiaakjanckclmcaonempnbpbj
Mô tả Record videos and upload them to Bonzo
Kích Thước Tệp 222 KB
Số Lần Cài Đặt 728
Phiên Bản Hiện Tại 1.1.5
Cập Nhật Lần Cuối 2023-03-01
Ngày Phát Hành 2021-04-12
Nhà Phát Triển https://getbonzo.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://app.getbonzo.com
URL Trang Trợ Giúp https://intercom.help/bonzo-help-center/en
URL Trang Chính Sách Bảo Mật https://getbonzo.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}