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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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\/*" ] } |