Ask A Question-Archival, IIT Bombay
Video archival of ask a question
Hvad er Ask A Question-Archival, IIT Bombay?
Ask A Question-Archival, IIT Bombay er en Chrome-udvidelse udviklet af http://ask.co-learn.in, og dens hovedfunktion er "Video archival of ask a question ".
Udvidelsesskærmbilleder
Download Ask A Question-Archival, IIT Bombay-udvidelses-CRX-fil
Download Ask A Question-Archival, IIT Bombay-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | |
ID | mjfebgfpnkdehkkokbdpfbdondhklcpo |
Officiel URL | https://chrome.google.com/webstore/detail/ask-a-question-archival-i/mjfebgfpnkdehkkokbdpfbdondhklcpo |
Beskrivelse | Video archival of ask a question |
Filstørrelse | 590 KB |
Antal Installationer | 11 |
Nuværende Version | 1.0 |
Senest Opdateret | 2014-04-01 |
Udgivelsesdato | 2014-04-01 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | http://ask.co-learn.in |
Betalingsmetode | free |
Understøttede Sprog | 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\/" ] } |