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.”。

扩展截图

screenshot
screenshot

下载GetBEE Screen Sharing扩展crx文件

下载GetBEE Screen Sharing扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Extension that allows screen sharing in sessions.                    

扩展基本信息

名称 GetBEE Screen Sharing GetBEE Screen Sharing
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
电子邮箱 [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"
    ]
}