SRM Autofill Feedback

This Extension autofill the feedback form of academia

SRM Autofill Feedback क्या है?

SRM Autofill Feedback aman chawla द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This Extension autofill the feedback form of academia"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SRM Autofill Feedback एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम SRM Autofill Feedback SRM Autofill Feedback
ID bmmmgppoenmpmodaacdolmcjfniikple
आधिकारिक URL https://chromewebstore.google.com/detail/srm-autofill-feedback/bmmmgppoenmpmodaacdolmcjfniikple
विवरण This Extension autofill the feedback form of academia
फ़ाइल का आकार 392 KB
स्थापना संख्या 1,323
वर्तमान संस्करण 0.0.1
अंतिम अपडेट 2021-05-15
प्रकाशन तिथि 2021-05-15
रेटिंग 4.50/5 कुल 16 रेटिंग्स
डेवलपर aman chawla
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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\/*"
    ]
}