SRM Autofill Feedback

This Extension autofill the feedback form of academia

What is SRM Autofill Feedback?

SRM Autofill Feedback is a Chrome extension developed by aman chawla, and its main feature is "This Extension autofill the feedback form of academia".

Extension Screenshots

screenshot
screenshot

Download SRM Autofill Feedback Extension CRX File

Download SRM Autofill Feedback 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

                        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 :)                    

Extension Basic Information

Name SRM Autofill Feedback SRM Autofill Feedback
ID bmmmgppoenmpmodaacdolmcjfniikple
Official URL https://chromewebstore.google.com/detail/srm-autofill-feedback/bmmmgppoenmpmodaacdolmcjfniikple
Description This Extension autofill the feedback form of academia
File Size 392 KB
Installation Count 1,323
Current Version 0.0.1
Last Updated 2021-05-15
Publish Date 2021-05-15
Rating 4.50/5 Total 16 Ratings
Developer aman chawla
Email [email protected]
Payment Type free
Supported Languages 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\/*"
    ]
}