Ask A Question-Archival, IIT Bombay

Video archival of ask a question

Vad är Ask A Question-Archival, IIT Bombay?

Ask A Question-Archival, IIT Bombay är en Chrome-tillägg utvecklad av http://ask.co-learn.in, och dess huvudfunktion är "Video archival of ask a question ".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Ask A Question-Archival, IIT Bombay-förlängningens CRX-fil

Ladda ner Ask A Question-Archival, IIT Bombay-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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/                    

Grundläggande Information om Tillägg

Namn Ask A Question-Archival, IIT Bombay Ask A Question-Archival, IIT Bombay
ID mjfebgfpnkdehkkokbdpfbdondhklcpo
Officiell webbadress https://chrome.google.com/webstore/detail/ask-a-question-archival-i/mjfebgfpnkdehkkokbdpfbdondhklcpo
Beskrivning Video archival of ask a question
Filstorlek 590 KB
Antal Installationer 11
Aktuell Version 1.0
Senast Uppdaterad 2014-04-01
Publiceringsdatum 2014-04-01
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare http://ask.co-learn.in
Betalningssätt free
Stödda Språk 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\/"
    ]
}