Amitians Toolkit

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

What is Amitians Toolkit?

Amitians Toolkit is a Chrome extension developed by https://thintake.in, and its main feature is "Tools for Amity's Students. Auto Login, Auto Fill Faculty Feedback, Enable Right Click, PIP Mode for MS Teams.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Amitians Toolkit Extension CRX File

Download Amitians Toolkit extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Amitians Toolkit Amitians Toolkit
ID ecjflbkkojogoepjmdflfkiimicehcbh
Official URL https://chrome.google.com/webstore/detail/amitians-toolkit/ecjflbkkojogoepjmdflfkiimicehcbh
Description Tools for Amity's Students. Auto Login, Auto Fill Faculty Feedback, Enable Right Click, PIP Mode for MS Teams.
File Size 17.83 KB
Installation Count 119
Current Version 1.2.4
Last Updated 2022-04-25
Publish Date 2021-04-30
Rating 5.00/5 Total 1 Ratings
Developer https://thintake.in
Email [email protected]
Payment Type free
Extension Website https://thintake.in?ref=amizon-feedback
Help Page URL https://thintake.in/contact-us?ref=amizon-feedback
Supported Languages 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"
    ]
}