Amity Faculty Feedback Auto Fill
Auto Fill The Amity University NTCC
ما هو Amity Faculty Feedback Auto Fill؟
Amity Faculty Feedback Auto Fill هو إضافة Chrome تم تطويرها بواسطة Sagar Bajpai، والميزة الرئيسية لها هي "Auto Fill The Amity University NTCC".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Amity Faculty Feedback Auto Fill
قم بتنزيل ملفات الامتداد Amity Faculty Feedback Auto Fill بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Students of Amity University, India can fill their faculty feedback within seconds. Just open of the faculty feedback form, choose the faculty for the feedback and hit the extension icon on the chrome browser. It'll automatically fill the feedback form. Note:- This extension will only give "Strongly Agree" feedback to all the inputs in the faculty feedback form.
معلومات أساسية عن التمديد
الاسم | |
ID | hmommbfeepgnlfgcjagjjebeipgkcbhm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/amity-faculty-feedback-au/hmommbfeepgnlfgcjagjjebeipgkcbhm |
الوصف | Auto Fill The Amity University NTCC |
حجم الملف | 22.22 KB |
عدد التثبيتات | 165 |
النسخة الحالية | 1.0 |
آخر تحديث | 2019-02-14 |
تاريخ النشر | 2019-02-14 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Sagar Bajpai |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://www.revealed.co.in |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Amity Faculty Feedback Auto Fill", "version": "1.0", "description": "Auto Fill The Amity University NTCC ", "manifest_version": 2, "icons": { "128": "icon_128.png" }, "browser_action": { "defaul_icon": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/student.amizone.net\/" ], "js": [ "content.js" ] } ], "background": { "scripts": [ "background.js" ] }, "permissions": [ "https:\/\/student.amizone.net\/*" ] } |