HQWebinar Screen Sharing
Screensharing extension for hqwebinar. It can be used only on the www.hqwebinar.live platform
HQWebinar Screen Sharingとは何ですか?
HQWebinar Screen Sharingはhqwebinarによって開発されたChromeの拡張機能で、その主な機能は「Screensharing extension for hqwebinar. It can be used only on the www.hqwebinar.live platform」です。
HQWebinar Screen Sharing拡張機能のCRXファイルをダウンロード
HQWebinar Screen Sharing拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | |
ID | ohehibbbjfcgfinadeidappahfidjmei |
公式URL | https://chrome.google.com/webstore/detail/ohehibbbjfcgfinadeidappahfidjmei |
説明 | Screensharing extension for hqwebinar. It can be used only on the www.hqwebinar.live platform |
ファイルサイズ | 12.17 KB |
インストール数 | 56 |
現在のバージョン | 1.0.0 |
最終更新日 | 2018-07-27 |
公開日 | 2018-07-27 |
開発者 | hqwebinar |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://hqwebinar.com/dashboard |
ヘルプページのURL | https://hqwebinar.zendesk.com/agent/ |
プライバシーポリシーページのURL | https://hqwebinar.com/dashboard/support/docs/terms.html |
対応言語 | 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" ] } |