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\/*"
        ]
    }
}