Amitians Toolkit
Tools for Amity's Students. Auto Login, Auto Fill Faculty Feedback, Enable Right Click, PIP Mode for MS Teams.
Amitians Toolkit là gì?
Amitians Toolkit là một tiện ích mở rộng Chrome được phát triển bởi https://thintake.in, và tính năng chính của nó là "Tools for Amity's Students. Auto Login, Auto Fill Faculty Feedback, Enable Right Click, PIP Mode for MS Teams.".
Ả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 Amitians Toolkit
Tải xuống các tệp mở rộng Amitians Toolkit 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
This extension is developed for Amity's Students. Extension Tools/Features: - Auto Login to Amizone - Autofill faculty feedback - Enable Right Click on Amizone - MS Teams Push to Talk - MS Teams Picture in Picture FAQ: How to Use Push to Talk? - First Enable Push to Talk from menu then just press and hold the space bar to unmute, then lift your finger to mute again. How to Use Picture-in-Picture Mode? - Upon Joining Teams, you'll be a PIP option on the Menu Bar, click/press it to enable the PIP mode. How to disable Auto Login? - Just remove your username password from extension settings and it will be disabled automatically How to fill faculty feedback automatically? - Just open Amizon, go to My faculty page, choose the faculty, open the faculty feedback form, Wait for 0.5 second. It will be filled and submitted automatically!! Privacy Policy: All data will be stored on your device locally. Nothing will be shared. Github: https://github.com/hardik-choudhary/Amitians-Toolkit
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ecjflbkkojogoepjmdflfkiimicehcbh |
URL Chính Thức | https://chrome.google.com/webstore/detail/amitians-toolkit/ecjflbkkojogoepjmdflfkiimicehcbh |
Mô tả | Tools for Amity's Students. Auto Login, Auto Fill Faculty Feedback, Enable Right Click, PIP Mode for MS Teams. |
Kích Thước Tệp | 17.83 KB |
Số Lần Cài Đặt | 119 |
Phiên Bản Hiện Tại | 1.2.4 |
Cập Nhật Lần Cuối | 2022-04-25 |
Ngày Phát Hành | 2021-04-30 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://thintake.in |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://thintake.in?ref=amizon-feedback |
URL Trang Trợ Giúp | https://thintake.in/contact-us?ref=amizon-feedback |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Amitians Toolkit", "version": "1.2.4", "author": "Hardik Choudhary (ThinTake)", "description": "Tools for Amity's Students. Auto Login, Auto Fill Faculty Feedback, Enable Right Click, PIP Mode for MS Teams.", "icons": { "128": "icon-128.png" }, "action": { "default_icon": "icon.png", "default_title": "Amizone feedback Settings", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "amizoneScript.js" ], "matches": [ "http:\/\/s.amizone.net\/*", "https:\/\/s.amizone.net\/*" ] }, { "js": [ "msTeamScript.js" ], "matches": [ "https:\/\/teams.microsoft.com\/*", "http:\/\/teams.microsoft.com\/*" ] } ], "permissions": [ "activeTab", "storage" ] } |