Meet Reactions
React quickly without speaking or typing a text
Cos'è Meet Reactions?
Meet Reactions è un'estensione di Chrome sviluppata da shubham.sp96, e la sua funzione principale è "React quickly without speaking or typing a text".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Meet Reactions
Scarica i file di estensione Meet Reactions in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Send reactions during chat.
Informazioni di Base sull'Estensione
Nome | Meet Reactions |
ID | lhienloappjhbfomchpmcbidfabgdjmn |
URL Ufficiale | https://chromewebstore.google.com/detail/meet-reactions/lhienloappjhbfomchpmcbidfabgdjmn |
Descrizione | React quickly without speaking or typing a text |
Dimensione del File | 48.28 MB |
Conteggio Installazioni | 19 |
Versione Corrente | 1.3 |
Ultimo Aggiornamento | 2021-03-24 |
Data di Pubblicazione | 2021-02-03 |
Sviluppatore | shubham.sp96 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } } |