Amity Faculty Feedback Auto Fill
Auto Fill The Amity University NTCC
Qu'est-ce que Amity Faculty Feedback Auto Fill ?
Amity Faculty Feedback Auto Fill est une extension Chrome développée par Sagar Bajpai, et sa fonction principale est "Auto Fill The Amity University NTCC".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Amity Faculty Feedback Auto Fill
Téléchargez les fichiers d'extension Amity Faculty Feedback Auto Fill au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | hmommbfeepgnlfgcjagjjebeipgkcbhm |
URL Officiel | https://chromewebstore.google.com/detail/amity-faculty-feedback-au/hmommbfeepgnlfgcjagjjebeipgkcbhm |
Description | Auto Fill The Amity University NTCC |
Taille du Fichier | 22.22 KB |
Nombre d'Installations | 165 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2019-02-14 |
Date de Publication | 2019-02-14 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Sagar Bajpai |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://www.revealed.co.in |
Langues Prises en Charge | 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\/*" ] } |