Amity Faculty Feedback Auto Fill

Auto Fill The Amity University NTCC

Apa itu Amity Faculty Feedback Auto Fill?

Amity Faculty Feedback Auto Fill adalah ekstensi Chrome yang dikembangkan oleh Sagar Bajpai, dan fitur utamanya adalah "Auto Fill The Amity University NTCC".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Amity Faculty Feedback Auto Fill

Unduh file ekstensi Amity Faculty Feedback Auto Fill dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Amity Faculty Feedback Auto Fill Amity Faculty Feedback Auto Fill
ID hmommbfeepgnlfgcjagjjebeipgkcbhm
URL Resmi https://chromewebstore.google.com/detail/amity-faculty-feedback-au/hmommbfeepgnlfgcjagjjebeipgkcbhm
Deskripsi Auto Fill The Amity University NTCC
Ukuran File 22.22 KB
Jumlah Instalasi 165
Versi Saat Ini 1.0
Terakhir Diperbarui 2019-02-14
Tanggal Publikasi 2019-02-14
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Sagar Bajpai
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://www.revealed.co.in
Bahasa yang Didukung 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\/*"
    ]
}