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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    ]
}