IMS Portal AutoFill
AutoFill the survey
IMS Portal AutoFillとは何ですか?
IMS Portal AutoFillはFarrukh Tahirによって開発されたChromeの拡張機能で、その主な機能は「AutoFill the survey」です。
拡張機能のスクリーンショット
IMS Portal AutoFill拡張機能のCRXファイルをダウンロード
IMS Portal AutoFill拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" } } |