Ask A Question-Archival, IIT Bombay
Video archival of ask a question
Qu'est-ce que Ask A Question-Archival, IIT Bombay ?
Ask A Question-Archival, IIT Bombay est une extension Chrome développée par http://ask.co-learn.in, et sa fonction principale est "Video archival of ask a question ".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Ask A Question-Archival, IIT Bombay
Téléchargez les fichiers d'extension Ask A Question-Archival, IIT Bombay au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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/
Informations de Base sur l'Extension
Nom | |
ID | mjfebgfpnkdehkkokbdpfbdondhklcpo |
URL Officiel | https://chrome.google.com/webstore/detail/ask-a-question-archival-i/mjfebgfpnkdehkkokbdpfbdondhklcpo |
Description | Video archival of ask a question |
Taille du Fichier | 590 KB |
Nombre d'Installations | 11 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2014-04-01 |
Date de Publication | 2014-04-01 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | http://ask.co-learn.in |
Type de Paiement | free |
Langues Prises en Charge | 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\/" ] } |