Reactions for Google Meet

Send your reactions during the Google Meeting

Τι είναι το Reactions for Google Meet;

Το Reactions for Google Meet είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://google-meet-react.dllplayer.com, και η κύρια λειτουργία του είναι "Send your reactions during the Google Meeting".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Reactions for Google Meet

Λήψη αρχείων επέκτασης Reactions for Google Meet σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Reactions for Google Meet.

One of the problems people face with online meetings is its hard to get feedback during your online presentations.

When you begin your virtual presentation, the presenter is unable to see the faces of the attendees and unable to judge the effectiveness of their presentations.

By installing this extension, the presenter has a real-time method to gain feedback on their presentations and will know whether they need to slow down.

For this extension to be useful, both the presenter and the attendees need to have this extension installed so that the emoji reactions are visible to the presenter.

Try using this extension today and upgrade your Google Meet experience. Our extension also works for Google Hangouts Meet.

We provide day/night mode for our extension. You can toggle dark mode on/off when using our emojis.

To begin using this extension, you need to do the following.

1) Install our extension
2) Go to the Google Meet meeting
3) Click on the extension icon, choose the emojis reactions you want to use when the emojis popup window displays.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Reactions for Google Meet Reactions for Google Meet
ID hicfolagolebmjahkldfohbmphcoddoh
Επίσημο URL https://chromewebstore.google.com/detail/reactions-for-google-meet/hicfolagolebmjahkldfohbmphcoddoh
Περιγραφή Send your reactions during the Google Meeting
Μέγεθος Αρχείου 1.54 MB
Αριθμός Εγκαταστάσεων 50,213
Τρέχουσα Έκδοση 3.0.0
Τελευταία Ενημέρωση 2023-10-28
Ημερομηνία Δημοσίευσης 2020-07-30
Αξιολόγηση 4.08/5 Συνολικά 413 Αξιολογήσεις
Προγραμματιστής https://google-meet-react.dllplayer.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://google-meet-react.dllplayer.com
Διεύθυνση URL της Σελίδας Βοήθειας https://google-meet-react.dllplayer.com
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "\/js\/welcome.js"
    },
    "action": {
        "default_icon": "img\/512.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_AppName__"
    },
    "container": [
        "GOOGLE_DRIVE"
    ],
    "content_scripts": [
        {
            "css": [
                "\/css\/content.css"
            ],
            "js": [
                "\/js\/notyf.min.js",
                "\/js\/signalr.js",
                "\/js\/contents.js",
                "\/js\/jquery.js",
                "\/js\/lazyload.js",
                "\/js\/sidebar.js"
            ],
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_AppDesc__",
    "homepage_url": "https:\/\/google-meet-react.dllplayer.com",
    "icons": {
        "128": "img\/128.png",
        "16": "img\/16.png",
        "256": "img\/256.png",
        "48": "img\/48.png"
    },
    "manifest_version": 3,
    "name": "__MSG_AppName__",
    "offline_enabled": true,
    "permissions": [
        "storage"
    ],
    "version": "3.0.0",
    "version_name": "3.0.0",
    "web_accessible_resources": [
        {
            "resources": [
                "\/img\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}