Amitians Toolkit

Tools for Amity's Students. Auto Login, Auto Fill Faculty Feedback, Enable Right Click, PIP Mode for MS Teams.

什麼是Amitians Toolkit?

Amitians Toolkit是由https://thintake.in開發的Chrome擴展程式,該擴展的主要功能是“Tools for Amity's Students. Auto Login, Auto Fill Faculty Feedback, Enable Right Click, PIP Mode for MS Teams.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Amitians Toolkit擴展crx文件

下載Amitians Toolkit擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Amitians Toolkit Amitians Toolkit
ID ecjflbkkojogoepjmdflfkiimicehcbh
官方網址 https://chrome.google.com/webstore/detail/amitians-toolkit/ecjflbkkojogoepjmdflfkiimicehcbh
簡介 Tools for Amity's Students. Auto Login, Auto Fill Faculty Feedback, Enable Right Click, PIP Mode for MS Teams.
檔案大小 17.83 KB
安裝次數 119
目前版本 1.2.4
更新時間 2022-04-25
上架時間 2021-04-30
評分 5.00/5 共 1 次評分
開發者 https://thintake.in
電子郵箱 [email protected]
付費類型 free
擴展官網 https://thintake.in?ref=amizon-feedback
說明頁面URL https://thintake.in/contact-us?ref=amizon-feedback
支援的語言 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"
    ]
}