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 |
官方網址 | 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 |
電子郵箱 | [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" ] } |