Ask A Question-Archival, IIT Bombay

Video archival of ask a question

Co to jest Ask A Question-Archival, IIT Bombay?

Ask A Question-Archival, IIT Bombay to rozszerzenie Chrome opracowane przez http://ask.co-learn.in, a jego główną funkcją jest „Video archival of ask a question ”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Ask A Question-Archival, IIT Bombay

Pobierz pliki rozszerzeń Ask A Question-Archival, IIT Bombay w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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/                    

Podstawowe informacje o rozszerzeniu

Nazwa Ask A Question-Archival, IIT Bombay Ask A Question-Archival, IIT Bombay
ID mjfebgfpnkdehkkokbdpfbdondhklcpo
Oficjalny URL https://chrome.google.com/webstore/detail/ask-a-question-archival-i/mjfebgfpnkdehkkokbdpfbdondhklcpo
Opis Video archival of ask a question
Rozmiar pliku 590 KB
Liczba instalacji 11
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2014-04-01
Data Publikacji 2014-04-01
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper http://ask.co-learn.in
Typ Płatności free
Obsługiwane Języki 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\/"
    ]
}