Ask A Question-Archival, IIT Bombay
Video archival of ask a question
Wat is Ask A Question-Archival, IIT Bombay?
Ask A Question-Archival, IIT Bombay is een Chrome-extensie ontwikkeld door http://ask.co-learn.in, en de belangrijkste functie is "Video archival of ask a question ".
Extensie Screenshots
Download het CRX-bestand van de extensie Ask A Question-Archival, IIT Bombay
Download Ask A Question-Archival, IIT Bombay-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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/
Basisinformatie over de Extensie
Naam | |
ID | mjfebgfpnkdehkkokbdpfbdondhklcpo |
Officiële URL | https://chrome.google.com/webstore/detail/ask-a-question-archival-i/mjfebgfpnkdehkkokbdpfbdondhklcpo |
Beschrijving | Video archival of ask a question |
Bestandsgrootte | 590 KB |
Aantal Installaties | 11 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2014-04-01 |
Publicatiedatum | 2014-04-01 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | http://ask.co-learn.in |
Betalingswijze | free |
Ondersteunde Talen | 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\/" ] } |