Amity Faculty Feedback Auto Fill

Auto Fill The Amity University NTCC

Cos'è Amity Faculty Feedback Auto Fill?

Amity Faculty Feedback Auto Fill è un'estensione di Chrome sviluppata da Sagar Bajpai, e la sua funzione principale è "Auto Fill The Amity University NTCC".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Amity Faculty Feedback Auto Fill

Scarica i file di estensione Amity Faculty Feedback Auto Fill in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Amity Faculty Feedback Auto Fill Amity Faculty Feedback Auto Fill
ID hmommbfeepgnlfgcjagjjebeipgkcbhm
URL Ufficiale https://chromewebstore.google.com/detail/amity-faculty-feedback-au/hmommbfeepgnlfgcjagjjebeipgkcbhm
Descrizione Auto Fill The Amity University NTCC
Dimensione del File 22.22 KB
Conteggio Installazioni 165
Versione Corrente 1.0
Ultimo Aggiornamento 2019-02-14
Data di Pubblicazione 2019-02-14
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Sagar Bajpai
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.revealed.co.in
Lingue Supportate 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\/*"
    ]
}