Ask A Question-Archival, IIT Bombay

Video archival of ask a question

Cos'è Ask A Question-Archival, IIT Bombay?

Ask A Question-Archival, IIT Bombay è un'estensione di Chrome sviluppata da http://ask.co-learn.in, e la sua funzione principale è "Video archival of ask a question ".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Ask A Question-Archival, IIT Bombay

Scarica i file di estensione Ask A Question-Archival, IIT Bombay 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

                        About Ask A Question

Ask A Question is a unique platform through which students from science and engineering colleges all over India can ask questions and faculty from IIT Bombay answers them. Students can ask questions either through an online forum or during an interactive live session, held every Thursday from 4:00 P.M to 5:00 P.M. Presently the Ask A Question sessions are going on for Electrical Engineering, but the facility will be extended to other subjects shortly.

http://video.co-learn.in/ask/                    

Informazioni di Base sull'Estensione

Nome Ask A Question-Archival, IIT Bombay Ask A Question-Archival, IIT Bombay
ID mjfebgfpnkdehkkokbdpfbdondhklcpo
URL Ufficiale https://chrome.google.com/webstore/detail/ask-a-question-archival-i/mjfebgfpnkdehkkokbdpfbdondhklcpo
Descrizione Video archival of ask a question
Dimensione del File 590 KB
Conteggio Installazioni 11
Versione Corrente 1.0
Ultimo Aggiornamento 2014-04-01
Data di Pubblicazione 2014-04-01
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore http://ask.co-learn.in
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ask A Question-Archival, IIT Bombay",
    "version": "1.0",
    "description": "Video archival of ask a question ",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "hello.html"
    },
    "permissions": [
        "http:\/\/ask.co-learn.in\/email\/",
        "http:\/\/video.co-learn.in\/ask\/email\/"
    ]
}