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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tools for Amity's Students. Auto Login, Auto Fill Faculty Feedback, Enable Right Click, PIP Mode for MS Teams."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Amitians Toolkit एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}