Auto Admit

Auto Admit

Auto Admit क्या है?

Auto Admit foojw.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Auto Admit"।

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

screenshot
screenshot

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

crx प्रारूप में Auto Admit एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Auto Admit Chrome Extension for Google Meet:
- ONLY support Chinese traditional and English! If you need any other languages supported, please contact me.
- Make sure that your browser and google meet UI are both set to ZH-TW/EN
- When you started a meeting, the extension generates a button in the bottom bar.
- You could use the button to toggle auto admit on/off.
- When the button turn blue, Auto admit is on.
- You can also click on the extension icon to toggle it on/off.
- This extension only works when you keep the Google Meet tab opened.                    

एक्सटेंशन की मूल जानकारी

नाम Auto Admit Auto Admit
ID aaafaichkdancmiadaonoglfjeodjkik
आधिकारिक URL https://chromewebstore.google.com/detail/auto-admit/aaafaichkdancmiadaonoglfjeodjkik
विवरण Auto Admit
फ़ाइल का आकार 165 KB
स्थापना संख्या 3,613
वर्तमान संस्करण 2.1.1
अंतिम अपडेट 2021-06-11
प्रकाशन तिथि 2021-06-06
रेटिंग 4.75/5 कुल 4 रेटिंग्स
डेवलपर foojw.dev
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://fjwntut.github.io/auto-admit-extension/
समर्थित भाषाएँ en,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appName__",
    "version": "2.1.1",
    "manifest_version": 2,
    "default_locale": "en",
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "res\/icons\/icon-128.png",
            "16": "res\/icons\/icon-16.png",
            "32": "res\/icons\/icon-32.png",
            "48": "res\/icons\/icon-48.png"
        }
    },
    "icons": {
        "128": "res\/icons\/icon-128.png",
        "16": "res\/icons\/icon-16.png",
        "32": "res\/icons\/icon-32.png",
        "48": "res\/icons\/icon-48.png"
    },
    "offline_enabled": true,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "js\/content_script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "res\/button-off.png",
        "res\/button-on.png",
        "res\/btn.css"
    ]
}