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 |
官方網址 | 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" } } |