Amity Faculty Feedback Auto Fill

Auto Fill The Amity University NTCC

What is Amity Faculty Feedback Auto Fill?

Amity Faculty Feedback Auto Fill is a Chrome extension developed by Sagar Bajpai, and its main feature is "Auto Fill The Amity University NTCC".

Extension Screenshots

screenshot
screenshot
screenshot

Download Amity Faculty Feedback Auto Fill Extension CRX File

Download Amity Faculty Feedback Auto Fill extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Amity Faculty Feedback Auto Fill Amity Faculty Feedback Auto Fill
ID hmommbfeepgnlfgcjagjjebeipgkcbhm
Official URL https://chromewebstore.google.com/detail/amity-faculty-feedback-au/hmommbfeepgnlfgcjagjjebeipgkcbhm
Description Auto Fill The Amity University NTCC
File Size 22.22 KB
Installation Count 165
Current Version 1.0
Last Updated 2019-02-14
Publish Date 2019-02-14
Rating 5.00/5 Total 1 Ratings
Developer Sagar Bajpai
Email [email protected]
Payment Type free
Extension Website http://www.revealed.co.in
Supported Languages 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\/*"
    ]
}