SRM Autofill Feedback

This Extension autofill the feedback form of academia

SRM Autofill Feedback là gì?

SRM Autofill Feedback là một tiện ích mở rộng Chrome được phát triển bởi aman chawla, và tính năng chính của nó là "This Extension autofill the feedback form of academia".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SRM Autofill Feedback

Tải xuống các tệp mở rộng SRM Autofill Feedback dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SRM Autofill Feedback SRM Autofill Feedback
ID bmmmgppoenmpmodaacdolmcjfniikple
URL Chính Thức https://chromewebstore.google.com/detail/srm-autofill-feedback/bmmmgppoenmpmodaacdolmcjfniikple
Mô tả This Extension autofill the feedback form of academia
Kích Thước Tệp 392 KB
Số Lần Cài Đặt 1,323
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2021-05-15
Ngày Phát Hành 2021-05-15
Đánh Giá 4.50/5 Tổng số 16 Đánh Giá
Nhà Phát Triển aman chawla
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}