GetBEE Screen Sharing
Extension that allows screen sharing in sessions.
GetBEE Screen Sharingとは何ですか?
GetBEE Screen Sharingはteachmenow.comによって開発されたChromeの拡張機能で、その主な機能は「Extension that allows screen sharing in sessions.」です。
拡張機能のスクリーンショット
GetBEE Screen Sharing拡張機能のCRXファイルをダウンロード
GetBEE Screen Sharing拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Extension that allows screen sharing in sessions.
拡張機能の基本情報
名前 | |
ID | ncnoedelhfcjmilopopijplhmjnblfkh |
公式URL | https://chrome.google.com/webstore/detail/getbee-screen-sharing/ncnoedelhfcjmilopopijplhmjnblfkh |
説明 | Extension that allows screen sharing in sessions. |
ファイルサイズ | 29.22 KB |
インストール数 | 59 |
現在のバージョン | 1.7 |
最終更新日 | 2020-07-06 |
公開日 | 2020-07-02 |
評価 | 3.67/5 合計 3 レビュー |
開発者 | teachmenow.com |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GetBEE Screen Sharing", "version": "1.7", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "extension.js" ], "persistent": false }, "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "*:\/\/*.getbee.com\/*", "*:\/\/*.edtechsolutions.org\/*", "*:\/\/*.exclusivementor.com\/*", "*:\/\/*.americanwellnesscenter.ae\/*", "*:\/\/*.selkar.me\/*", "*:\/\/*.theamyhrvold.com\/*", "*:\/\/*.novomed.com\/*", "*:\/\/*.2blimitless.com\/*", "*:\/\/*.arabcoders.ae\/*", "*:\/\/*.dhcc.ae\/*", "*:\/\/*.fintech-galaxy.com\/*", "*:\/\/*.inspiretherapy.ae\/*", "*:\/\/*.thedreamworkcollective.com\/*", "*:\/\/*.meditari.com\/*", "*:\/\/*.sustain-leadership.com\/", "*:\/\/*.noriegahoces.com\/", "*:\/\/*.aquiestoy.live\/" ] }, "permissions": [ "desktopCapture", "tabs" ] } |