Amity Faculty Feedback Auto Fill
Auto Fill The Amity University NTCC
什麼是Amity Faculty Feedback Auto Fill?
Amity Faculty Feedback Auto Fill是由Sagar Bajpai開發的Chrome擴展程式,該擴展的主要功能是“Auto Fill The Amity University NTCC”。
擴展截圖
下載Amity Faculty Feedback Auto Fill擴展crx文件
下載Amity Faculty Feedback Auto Fill擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Students of Amity University, India can fill their faculty feedback within seconds. Just open of the faculty feedback form, choose the faculty for the feedback and hit the extension icon on the chrome browser. It'll automatically fill the feedback form. Note:- This extension will only give "Strongly Agree" feedback to all the inputs in the faculty feedback form.
擴展基本資訊
名稱 | |
ID | hmommbfeepgnlfgcjagjjebeipgkcbhm |
官方網址 | https://chromewebstore.google.com/detail/amity-faculty-feedback-au/hmommbfeepgnlfgcjagjjebeipgkcbhm |
簡介 | Auto Fill The Amity University NTCC |
檔案大小 | 22.22 KB |
安裝次數 | 165 |
目前版本 | 1.0 |
更新時間 | 2019-02-14 |
上架時間 | 2019-02-14 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Sagar Bajpai |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://www.revealed.co.in |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Amity Faculty Feedback Auto Fill", "version": "1.0", "description": "Auto Fill The Amity University NTCC ", "manifest_version": 2, "icons": { "128": "icon_128.png" }, "browser_action": { "defaul_icon": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/student.amizone.net\/" ], "js": [ "content.js" ] } ], "background": { "scripts": [ "background.js" ] }, "permissions": [ "https:\/\/student.amizone.net\/*" ] } |