IMS Portal AutoFill
AutoFill the survey
IMS Portal AutoFill란 무엇입니까?
IMS Portal AutoFill은(는) Farrukh Tahir에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "AutoFill the survey"입니다.
확장 프로그램 스크린샷
IMS Portal AutoFill 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The "IMS Portal Survey AutoFiller" is a powerful and efficient Chrome Extension designed specifically for the students, staff and faculty of IMSciences. It simplifies and streamlines the process of filling out the IMSciences portal survey form, by providing an easy and convenient way to auto-fill the form with just one click. This extension is built with a user-centric approach and it saves users valuable time and effort. The extension requires host permission to access the IMSciences portal survey form. It does not use any remote code, ensuring that all data and information is kept secure and private. The extension uses data such as the information to be filled in the IMSciences portal survey form, which is saved locally on the user's browser. This extension is user-friendly and easy to use, making it an essential tool for anyone who frequently fills out the IMSciences portal survey form. By automating this repetitive task, it allows users to focus on more important matters. So, if you are a student, staff or faculty member at IMSciences and looking for a more efficient way of filling out the IMSciences portal survey form, then this is the extension for you.
확장 프로그램 기본 정보
이름 | IMS Portal AutoFill |
ID | gpeahbblfcppfphmpoblogacpoikcmln |
공식 URL | https://chromewebstore.google.com/detail/ims-portal-autofill/gpeahbblfcppfphmpoblogacpoikcmln |
설명 | AutoFill the survey |
파일 크기 | 295 KB |
설치 횟수 | 128 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2023-01-16 |
출시 날짜 | 2023-01-13 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | Farrukh Tahir |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/Abw-0l0/IMSportal_survey_autoFiller |
도움말 페이지 URL | https://github.com/Abw-0l0/IMSportal_survey_autoFiller |
개인정보 보호 정책 페이지 URL | https://www.freeprivacypolicy.com/live/3d18b3a0-c4d9-4c03-8c49-a83a588970c2 |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IMS Portal AutoFill", "version": "1.0.1", "description": "AutoFill the survey", "manifest_version": 3, "author": "F4 & ABW", "icons": { "16": "logi.png", "48": "logi.png", "128": "logi.png" }, "content_scripts": [ { "matches": [ "https:\/\/etc.imsciences.edu.pk\/Student\/SubjectEvaluation" ], "js": [ "content.js" ] } ], "action": { "default_title": "IMS Portal AutoFill", "default_popup": "index.html" } } |