Amity Faculty Feedback Auto Fill
Auto Fill The Amity University NTCC
O que é Amity Faculty Feedback Auto Fill?
Amity Faculty Feedback Auto Fill é uma extensão do Chrome desenvolvida por Sagar Bajpai, e sua principal característica é "Auto Fill The Amity University NTCC".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Amity Faculty Feedback Auto Fill
Baixe arquivos de extensão Amity Faculty Feedback Auto Fill no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | hmommbfeepgnlfgcjagjjebeipgkcbhm |
URL Oficial | https://chromewebstore.google.com/detail/amity-faculty-feedback-au/hmommbfeepgnlfgcjagjjebeipgkcbhm |
Descrição | Auto Fill The Amity University NTCC |
Tamanho do Arquivo | 22.22 KB |
Contagem de Instalações | 165 |
Versão Atual | 1.0 |
Última Atualização | 2019-02-14 |
Data de Publicação | 2019-02-14 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Sagar Bajpai |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://www.revealed.co.in |
Idiomas Suportados | 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\/*" ] } |