Meet Reactions

React quickly without speaking or typing a text

Meet Reactions क्या है?

Meet Reactions shubham.sp96 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "React quickly without speaking or typing a text"।

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

screenshot

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

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

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

                        Send reactions during chat.                    

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

नाम Meet Reactions Meet Reactions
ID lhienloappjhbfomchpmcbidfabgdjmn
आधिकारिक URL https://chromewebstore.google.com/detail/meet-reactions/lhienloappjhbfomchpmcbidfabgdjmn
विवरण React quickly without speaking or typing a text
फ़ाइल का आकार 48.28 MB
स्थापना संख्या 19
वर्तमान संस्करण 1.3
अंतिम अपडेट 2021-03-24
प्रकाशन तिथि 2021-02-03
डेवलपर shubham.sp96
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Meet Reactions",
    "description": "React quickly without speaking or typing a text",
    "version": "1.3",
    "icons": {
        "48": "images\/logo48x48.png"
    },
    "permissions": [
        "tabs",
        "identity",
        "*:\/\/people.googleapis.com\/*"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "dist\/app.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/meet.google.com\/*"
            ],
            "js": [
                "dist\/app.js"
            ],
            "css": [
                "dist\/app.css"
            ]
        }
    ],
    "browser_action": [],
    "web_accessible_resources": [
        "images\/*",
        "audio\/*",
        "dist\/*"
    ],
    "oauth2": {
        "client_id": "675465846421-4ujb7kni2iflqmr1gdok5fmdc8for999.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    }
}