JetWebinar Screen Sharing

This extension enables JetWebinar broadcasters to share their screen

JetWebinar Screen Sharingとは何ですか?

JetWebinar Screen Sharingはhttps://jetwebinar.comによって開発されたChromeの拡張機能で、その主な機能は「This extension enables JetWebinar broadcasters to share their screen」です。

拡張機能のスクリーンショット

screenshot

JetWebinar Screen Sharing拡張機能のCRXファイルをダウンロード

JetWebinar Screen Sharing拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        JetWebinar is a real-time live and simulated live webinar hosting platform. This is the Screen Sharing plugin, which allows webinar hosts to share their desktops in real-time in Chrome.                    

拡張機能の基本情報

名前 JetWebinar Screen Sharing JetWebinar Screen Sharing
ID elpoagpgipenhjnfgljbnacmgeihhhdm
公式URL https://chromewebstore.google.com/detail/jetwebinar-screen-sharing/elpoagpgipenhjnfgljbnacmgeihhhdm
説明 This extension enables JetWebinar broadcasters to share their screen
ファイルサイズ 23.19 KB
インストール数 2,839
現在のバージョン 2019.9.16
最終更新日 2019-09-16
公開日 2019-09-16
評価 4.33/5 合計 3 レビュー
開発者 https://jetwebinar.com
支払い方法 free
対応言語 de,en,en-GB,en-US,fr,nl,es,es-419,hu,ru,uk,iw,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "2019.9.16",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "icons": {
        "16": "jw-16.png",
        "32": "jw-32.png",
        "48": "jw-48.png",
        "128": "jw-128.png"
    },
    "author": "JetWebinar, Inc.",
    "background": {
        "scripts": [
            "screenSharing.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/phenixp2p.com\/*",
            "*:\/\/*.phenixp2p.com\/*",
            "*:\/\/phenixrts.com\/*",
            "*:\/\/*.phenixrts.com\/*",
            "*:\/\/*.jetwebinar.com\/*",
            "*:\/\/*.onlinecoachinggroup.com\/*"
        ]
    },
    "homepage_url": "https:\/\/www.jetwebinar.com\/",
    "minimum_chrome_version": "34",
    "permissions": [
        "desktopCapture"
    ],
    "short_name": "__MSG_extShortName__"
}