Ask A Question-Archival, IIT Bombay

Video archival of ask a question

Was ist Ask A Question-Archival, IIT Bombay?

Ask A Question-Archival, IIT Bombay ist eine Chrome-Erweiterung, die von http://ask.co-learn.in entwickelt wurde, und ihr Hauptmerkmal ist "Video archival of ask a question ".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Ask A Question-Archival, IIT Bombay-Erweiterungs-CRX-Datei herunterladen

Laden Sie Ask A Question-Archival, IIT Bombay-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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/                    

Grundlegende Informationen zur Erweiterung

Name Ask A Question-Archival, IIT Bombay Ask A Question-Archival, IIT Bombay
ID mjfebgfpnkdehkkokbdpfbdondhklcpo
Offizielle URL https://chrome.google.com/webstore/detail/ask-a-question-archival-i/mjfebgfpnkdehkkokbdpfbdondhklcpo
Beschreibung Video archival of ask a question
Dateigröße 590 KB
Installationsanzahl 11
Aktuelle Version 1.0
Letztes Update 2014-04-01
Veröffentlichungsdatum 2014-04-01
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler http://ask.co-learn.in
Zahlungsart free
Unterstützte Sprachen 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\/"
    ]
}