SRM Autofill Feedback

This Extension autofill the feedback form of academia

Was ist SRM Autofill Feedback?

SRM Autofill Feedback ist eine Chrome-Erweiterung, die von aman chawla entwickelt wurde, und ihr Hauptmerkmal ist "This Extension autofill the feedback form of academia".

Erweiterungsscreenshots

screenshot
screenshot

SRM Autofill Feedback-Erweiterungs-CRX-Datei herunterladen

Laden Sie SRM Autofill Feedback-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This Extension let you auto-fill the massive feedback form for S.R.M university academia portal. You can fill feedback within 10 sec with this extension. Enjoy for Free!

STEPS TO FOLLOW :

1) Install the extension.

2) Just open academia and take login.

3) Go to Feedback form page wait for it to load.

4) Click the S.R.M auto-fill extension icon from the top right corner of chrome.

5) You can also change a few entries manually, like if you want to give poor to someone :)                    

Grundlegende Informationen zur Erweiterung

Name SRM Autofill Feedback SRM Autofill Feedback
ID bmmmgppoenmpmodaacdolmcjfniikple
Offizielle URL https://chromewebstore.google.com/detail/srm-autofill-feedback/bmmmgppoenmpmodaacdolmcjfniikple
Beschreibung This Extension autofill the feedback form of academia
Dateigröße 392 KB
Installationsanzahl 1,323
Aktuelle Version 0.0.1
Letztes Update 2021-05-15
Veröffentlichungsdatum 2021-05-15
Bewertung 4.50/5 Insgesamt 16 Bewertungen
Entwickler aman chawla
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SRM Autofill Feedback",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "This Extension autofill the feedback form of academia ",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "SRM AUTO-FEEDBACK",
        "default_icon": "icon.png",
        "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
    },
    "icons": {
        "128": "img\/128.png",
        "16": "img\/16.png",
        "196": "img\/196.png",
        "32": "img\/32.png",
        "96": "img\/96.png"
    },
    "permissions": [
        "*:\/\/academia.srmist.edu.in\/*"
    ]
}