Meet Reactions

React quickly without speaking or typing a text

Hvad er Meet Reactions?

Meet Reactions er en Chrome-udvidelse udviklet af shubham.sp96, og dens hovedfunktion er "React quickly without speaking or typing a text".

Udvidelsesskærmbilleder

screenshot

Download Meet Reactions-udvidelses-CRX-fil

Download Meet Reactions-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Send reactions during chat.                    

Grundlæggende oplysninger om udvidelsen

Navn Meet Reactions Meet Reactions
ID lhienloappjhbfomchpmcbidfabgdjmn
Officiel URL https://chromewebstore.google.com/detail/meet-reactions/lhienloappjhbfomchpmcbidfabgdjmn
Beskrivelse React quickly without speaking or typing a text
Filstørrelse 48.28 MB
Antal Installationer 19
Nuværende Version 1.3
Senest Opdateret 2021-03-24
Udgivelsesdato 2021-02-03
Udvikler shubham.sp96
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
        ]
    }
}