Vedantu Screen Share

Screensharing utility for Vedantu learning sessions

什么是Vedantu Screen Share?

Vedantu Screen Share是由https://vedantu.com开发的Chrome扩展程序,该扩展的主要功能是“Screensharing utility for Vedantu learning sessions”。

扩展截图

screenshot
screenshot
screenshot

下载Vedantu Screen Share扩展crx文件

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

扩展使用说明

                        Vedantu Screen Share allows teachers to share their screen with the student during an online Live session on vedantu.com. This allows the teacher to share videos, presentations, pictures, documents, animations with the student for the better explanation of a concept.

This extension makes it easy for Vedantu teachers to share their screen right from the chrome browser without the constant need to download/install any apps. The one-time installation of Vedantu Screen Share lets the teacher use screen-share feature seamlessly anytime and everytime.


Vedantu is one of the pioneers of online LIVE personalized tutoring and the only ones to have a marketplace model for teachers in India. It is conceptualized with an aim to make 'Quality Education Accessible' and create a 'Knowledge Network' where a learner and a learned can be connected - Anytime, Anywhere.                    

扩展基本信息

名称 Vedantu Screen Share Vedantu Screen Share
ID jcohaoldnebjjblkhmifechlephbefio
官方URL https://chromewebstore.google.com/detail/vedantu-screen-share/jcohaoldnebjjblkhmifechlephbefio
简介 Screensharing utility for Vedantu learning sessions
文件大小 5.76 KB
安装次数 1,112
当前版本 0.0.4
更新时间 2017-11-15
上架时间 2017-11-15
评分 3.97/5 共31次评分
开发者 https://vedantu.com
付费类型 free
扩展官网 https://vedantu.com
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Vedantu Screen Share",
    "description": "Screensharing utility for Vedantu learning sessions",
    "version": "0.0.4",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "desktopCapture",
        "tabs",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/localhost:8080\/*",
                "*:\/\/*.vedantu.com\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:8080\/*",
            "*:\/\/*.vedantu.com\/*"
        ]
    }
}