Amity Faculty Feedback Auto Fill

Auto Fill The Amity University NTCC

Vad är Amity Faculty Feedback Auto Fill?

Amity Faculty Feedback Auto Fill är en Chrome-tillägg utvecklad av Sagar Bajpai, och dess huvudfunktion är "Auto Fill The Amity University NTCC".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Amity Faculty Feedback Auto Fill-förlängningens CRX-fil

Ladda ner Amity Faculty Feedback Auto Fill-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Amity Faculty Feedback Auto Fill Amity Faculty Feedback Auto Fill
ID hmommbfeepgnlfgcjagjjebeipgkcbhm
Officiell webbadress https://chromewebstore.google.com/detail/amity-faculty-feedback-au/hmommbfeepgnlfgcjagjjebeipgkcbhm
Beskrivning Auto Fill The Amity University NTCC
Filstorlek 22.22 KB
Antal Installationer 165
Aktuell Version 1.0
Senast Uppdaterad 2019-02-14
Publiceringsdatum 2019-02-14
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Sagar Bajpai
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://www.revealed.co.in
Stödda Språk 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\/*"
    ]
}