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
官方網址 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\/*"
        ]
    }
}