Amity Faculty Feedback Auto Fill
Auto Fill The Amity University NTCC
Amity Faculty Feedback Auto Fill là gì?
Amity Faculty Feedback Auto Fill là một tiện ích mở rộng Chrome được phát triển bởi Sagar Bajpai, và tính năng chính của nó là "Auto Fill The Amity University NTCC".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Amity Faculty Feedback Auto Fill
Tải xuống các tệp mở rộng Amity Faculty Feedback Auto Fill dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hmommbfeepgnlfgcjagjjebeipgkcbhm |
URL Chính Thức | https://chromewebstore.google.com/detail/amity-faculty-feedback-au/hmommbfeepgnlfgcjagjjebeipgkcbhm |
Mô tả | Auto Fill The Amity University NTCC |
Kích Thước Tệp | 22.22 KB |
Số Lần Cài Đặt | 165 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2019-02-14 |
Ngày Phát Hành | 2019-02-14 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Sagar Bajpai |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.revealed.co.in |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |