Ask A Question-Archival, IIT Bombay

Video archival of ask a question

Apa itu Ask A Question-Archival, IIT Bombay?

Ask A Question-Archival, IIT Bombay adalah ekstensi Chrome yang dikembangkan oleh http://ask.co-learn.in, dan fitur utamanya adalah "Video archival of ask a question ".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Ask A Question-Archival, IIT Bombay

Unduh file ekstensi Ask A Question-Archival, IIT Bombay dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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/                    

Informasi Dasar Ekstensi

Nama Ask A Question-Archival, IIT Bombay Ask A Question-Archival, IIT Bombay
ID mjfebgfpnkdehkkokbdpfbdondhklcpo
URL Resmi https://chrome.google.com/webstore/detail/ask-a-question-archival-i/mjfebgfpnkdehkkokbdpfbdondhklcpo
Deskripsi Video archival of ask a question
Ukuran File 590 KB
Jumlah Instalasi 11
Versi Saat Ini 1.0
Terakhir Diperbarui 2014-04-01
Tanggal Publikasi 2014-04-01
Penilaian 5.00/5 Total 1 Penilaian
Pengembang http://ask.co-learn.in
Tipe Pembayaran free
Bahasa yang Didukung 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\/"
    ]
}