Ask A Question-Archival, IIT Bombay
Video archival of ask a question
ما هو Ask A Question-Archival, IIT Bombay؟
Ask A Question-Archival, IIT Bombay هو إضافة Chrome تم تطويرها بواسطة http://ask.co-learn.in، والميزة الرئيسية لها هي "Video archival of ask a question ".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Ask A Question-Archival, IIT Bombay
قم بتنزيل ملفات الامتداد Ask A Question-Archival, IIT Bombay بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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/
معلومات أساسية عن التمديد
الاسم | |
ID | mjfebgfpnkdehkkokbdpfbdondhklcpo |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/ask-a-question-archival-i/mjfebgfpnkdehkkokbdpfbdondhklcpo |
الوصف | Video archival of ask a question |
حجم الملف | 590 KB |
عدد التثبيتات | 11 |
النسخة الحالية | 1.0 |
آخر تحديث | 2014-04-01 |
تاريخ النشر | 2014-04-01 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | http://ask.co-learn.in |
نوع الدفع | free |
اللغات المدعومة | 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\/" ] } |