SRM Autofill Feedback

This Extension autofill the feedback form of academia

SRM Autofill Feedbackคืออะไร?

SRM Autofill Feedback เป็นส่วนขยายของ Chrome ที่พัฒนาโดย aman chawla และคุณลักษณะหลักของมันคือ "This Extension autofill the feedback form of academia"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SRM Autofill Feedback

ดาวน์โหลดไฟล์ส่วนขยาย SRM Autofill Feedback ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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\/*"
    ]
}