SRM Autofill Feedback
This Extension autofill the feedback form of academia
什麼是SRM Autofill Feedback?
SRM Autofill Feedback是由aman chawla開發的Chrome擴展程式,該擴展的主要功能是“This Extension autofill the feedback form of academia”。
擴展截圖
下載SRM Autofill Feedback擴展crx文件
下載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 |
ID | bmmmgppoenmpmodaacdolmcjfniikple |
官方網址 | 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\/*" ] } |