Amity Faculty Feedback Auto Fill
Auto Fill The Amity University NTCC
Wat is Amity Faculty Feedback Auto Fill?
Amity Faculty Feedback Auto Fill is een Chrome-extensie ontwikkeld door Sagar Bajpai, en de belangrijkste functie is "Auto Fill The Amity University NTCC".
Extensie Screenshots
Download het CRX-bestand van de extensie Amity Faculty Feedback Auto Fill
Download Amity Faculty Feedback Auto Fill-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | hmommbfeepgnlfgcjagjjebeipgkcbhm |
Officiële URL | https://chromewebstore.google.com/detail/amity-faculty-feedback-au/hmommbfeepgnlfgcjagjjebeipgkcbhm |
Beschrijving | Auto Fill The Amity University NTCC |
Bestandsgrootte | 22.22 KB |
Aantal Installaties | 165 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2019-02-14 |
Publicatiedatum | 2019-02-14 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Sagar Bajpai |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://www.revealed.co.in |
Ondersteunde Talen | 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\/*" ] } |