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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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