Amity Faculty Feedback Auto Fill
Auto Fill The Amity University NTCC
Amity Faculty Feedback Auto Fill क्या है?
Amity Faculty Feedback Auto Fill Sagar Bajpai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Auto Fill The Amity University NTCC"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Amity Faculty Feedback Auto Fill एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*" ] } |