HQWebinar Screen Sharing

Screensharing extension for hqwebinar. It can be used only on the www.hqwebinar.live platform

HQWebinar Screen Sharing là gì?

HQWebinar Screen Sharing là một tiện ích mở rộng Chrome được phát triển bởi hqwebinar, và tính năng chính của nó là "Screensharing extension for hqwebinar. It can be used only on the www.hqwebinar.live platform".

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

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

                        HQWebinar Screen Sharing is a chrome extension that can only be used on www.hqwebinar.live online webinar platform. On HQWebinar you can stream high quality videos smoothly. It is not only a platform to host webinars but also a marketplace to sell your own.

Here is a link to terms and policies of the HQWebinar: https://hqwebinar.com/dashboard/support/docs/terms.html                    

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

Tên HQWebinar Screen Sharing HQWebinar Screen Sharing
ID ohehibbbjfcgfinadeidappahfidjmei
URL Chính Thức https://chrome.google.com/webstore/detail/ohehibbbjfcgfinadeidappahfidjmei
Mô tả Screensharing extension for hqwebinar. It can be used only on the www.hqwebinar.live platform
Kích Thước Tệp 12.17 KB
Số Lần Cài Đặt 56
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2018-07-27
Ngày Phát Hành 2018-07-27
Nhà Phát Triển hqwebinar
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://hqwebinar.com/dashboard
URL Trang Trợ Giúp https://hqwebinar.zendesk.com/agent/
URL Trang Chính Sách Bảo Mật https://hqwebinar.com/dashboard/support/docs/terms.html
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HQWebinar Screen Sharing",
    "author": "HQWebinar",
    "version": "1.0.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Screensharing extension for hqwebinar. It can be used only on the www.hqwebinar.live platform",
    "homepage_url": "https:\/\/www.hqwebinar.live\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.hqwebinar.live\/webinar\/*",
            "https:\/\/*.hqwebinar.live\/*"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon128.png"
    ]
}