Amity Faculty Feedback Auto Fill

Auto Fill The Amity University NTCC

Co to jest Amity Faculty Feedback Auto Fill?

Amity Faculty Feedback Auto Fill to rozszerzenie Chrome opracowane przez Sagar Bajpai, a jego główną funkcją jest „Auto Fill The Amity University NTCC”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Amity Faculty Feedback Auto Fill

Pobierz pliki rozszerzeń Amity Faculty Feedback Auto Fill w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Amity Faculty Feedback Auto Fill Amity Faculty Feedback Auto Fill
ID hmommbfeepgnlfgcjagjjebeipgkcbhm
Oficjalny URL https://chromewebstore.google.com/detail/amity-faculty-feedback-au/hmommbfeepgnlfgcjagjjebeipgkcbhm
Opis Auto Fill The Amity University NTCC
Rozmiar pliku 22.22 KB
Liczba instalacji 165
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2019-02-14
Data Publikacji 2019-02-14
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Sagar Bajpai
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://www.revealed.co.in
Obsługiwane Języki 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\/*"
    ]
}