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 |
官方URL | 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\/*" ] } |