Ask A Question-Archival, IIT Bombay
Video archival of ask a question
O que é Ask A Question-Archival, IIT Bombay?
Ask A Question-Archival, IIT Bombay é uma extensão do Chrome desenvolvida por http://ask.co-learn.in, e sua principal característica é "Video archival of ask a question ".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Ask A Question-Archival, IIT Bombay
Baixe arquivos de extensão Ask A Question-Archival, IIT Bombay no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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/
Informações Básicas da Extensão
Nome | |
ID | mjfebgfpnkdehkkokbdpfbdondhklcpo |
URL Oficial | https://chrome.google.com/webstore/detail/ask-a-question-archival-i/mjfebgfpnkdehkkokbdpfbdondhklcpo |
Descrição | Video archival of ask a question |
Tamanho do Arquivo | 590 KB |
Contagem de Instalações | 11 |
Versão Atual | 1.0 |
Última Atualização | 2014-04-01 |
Data de Publicação | 2014-04-01 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | http://ask.co-learn.in |
Tipo de Pagamento | free |
Idiomas Suportados | 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\/" ] } |