Vedantu Screen Share

Screensharing utility for Vedantu learning sessions

Cos'è Vedantu Screen Share?

Vedantu Screen Share è un'estensione di Chrome sviluppata da https://vedantu.com, e la sua funzione principale è "Screensharing utility for Vedantu learning sessions".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Vedantu Screen Share

Scarica i file di estensione Vedantu Screen Share in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Vedantu Screen Share Vedantu Screen Share
ID jcohaoldnebjjblkhmifechlephbefio
URL Ufficiale https://chromewebstore.google.com/detail/vedantu-screen-share/jcohaoldnebjjblkhmifechlephbefio
Descrizione Screensharing utility for Vedantu learning sessions
Dimensione del File 5.76 KB
Conteggio Installazioni 1,112
Versione Corrente 0.0.4
Ultimo Aggiornamento 2017-11-15
Data di Pubblicazione 2017-11-15
Valutazione 3.97/5 Totale 31 Valutazioni
Sviluppatore https://vedantu.com
Tipo di Pagamento free
Sito Web dell'Estensione https://vedantu.com
Lingue Supportate 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\/*"
        ]
    }
}