GoBrunch Screen Share

The WebRTC screen capturing extension to share your screen with the world

GoBrunch Screen Share là gì?

GoBrunch Screen Share là một tiện ích mở rộng Chrome được phát triển bởi https://gobrunch.com, và tính năng chính của nó là "The WebRTC screen capturing extension to share your screen with the world".

Ả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 GoBrunch Screen Share

Tải xuống các tệp mở rộng GoBrunch Screen Share 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

                        A Google Chrome Extension to help you share the screen on Gobrunch for web conferencing and webinars. 

Instructions: 
Create Webinar/Video Conference on Gobrunch
Click on Screen Share icon from Google Chrome
The Extension will be asked to install and work automatically.

If it redirects you to this page then simply install the extension here and refresh the webinar/video conference page.

Cheers                    

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

Tên GoBrunch Screen Share GoBrunch Screen Share
ID meefekdbnfknopenfokiacipalgnkdee
URL Chính Thức https://chromewebstore.google.com/detail/gobrunch-screen-share/meefekdbnfknopenfokiacipalgnkdee
Mô tả The WebRTC screen capturing extension to share your screen with the world
Kích Thước Tệp 8.85 KB
Số Lần Cài Đặt 7,056
Phiên Bản Hiện Tại 1.1.2
Cập Nhật Lần Cuối 2018-10-25
Ngày Phát Hành 2018-10-25
Đánh Giá 3.67/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://gobrunch.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GoBrunch Screen Share",
    "author": "GoBrunch",
    "version": "1.1.2",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "The WebRTC screen capturing extension to share your screen with the world",
    "homepage_url": "https:\/\/gobrunch.com",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "matches": [
                "https:\/\/*.gobrunch.com\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "browser_action": {
        "default_title": "Add bookmark"
    },
    "permissions": [
        "desktopCapture",
        "https:\/\/*.gobrunch.com\/*"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}