Bongo Screenshare Extension
Chrome Extension granting screen capturing capabilities to Bongo meetings
Bongo Screenshare Extensionとは何ですか?
Bongo Screenshare Extensionはhttps://www.youseeu.comによって開発されたChromeの拡張機能で、その主な機能は「Chrome Extension granting screen capturing capabilities to Bongo meetings」です。
拡張機能のスクリーンショット
Bongo Screenshare Extension拡張機能のCRXファイルをダウンロード
Bongo Screenshare Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                                             拡張機能の基本情報
| 名前 |   |  
| ID | oaocieklgnankpgmdbbepdkjpfheohgi | 
| 公式URL | https://chromewebstore.google.com/detail/bongo-screenshare-extensi/oaocieklgnankpgmdbbepdkjpfheohgi | 
| 説明 | Chrome Extension granting screen capturing capabilities to Bongo meetings | 
| ファイルサイズ | 162 KB | 
| インストール数 | 20,000 | 
| 現在のバージョン | 5.0 | 
| 最終更新日 | 2018-09-04 | 
| 公開日 | 2018-09-04 | 
| 評価 | 3.67/5 合計 3 レビュー | 
| 開発者 | https://www.youseeu.com | 
| 支払い方法 | free | 
| 対応言語 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bongo Screenshare Extension",
    "short_name": "Bongo",
    "author": "YouSeeU",
    "version": "5.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Chrome Extension granting screen capturing capabilities to Bongo meetings",
    "homepage_url": "https:\/\/www.youseeu.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.youseeu.com\/*",
                "*:\/\/*.cengage.com\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.youseeu.com\/*",
            "*:\/\/*.cengage.com\/*"
        ]
    },
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ],
    "browser_action": {
        "default_icon": "icon.png"
    }
}  |  |