clappr

Displays emoji's and sounds claps on top of your browser content

Τι είναι το clappr;

Το clappr είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://monday.com, και η κύρια λειτουργία του είναι "Displays emoji's and sounds claps on top of your browser content".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης clappr

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

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

                        Want to engage participants during your next online meeting? 

Now you can enable participants to virtually clap and send reactions on top of the content that you share on your screen during the meeting. 

Simply install the extension, share the participant link with your meeting attendees, share you browser in the meeting and see how your meeting comes to life!                    

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

Όνομα clappr clappr
ID hpeooigmanddmkodommkgpeoppkacccp
Επίσημο URL https://chromewebstore.google.com/detail/clappr/hpeooigmanddmkodommkgpeoppkacccp
Περιγραφή Displays emoji's and sounds claps on top of your browser content
Μέγεθος Αρχείου 5.78 MB
Αριθμός Εγκαταστάσεων 1,494
Τρέχουσα Έκδοση 2.1.2
Τελευταία Ενημέρωση 2022-03-01
Ημερομηνία Δημοσίευσης 2021-04-04
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής https://monday.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://clappr.app
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "clappr",
    "description": "Displays emoji's and sounds claps on top of your browser content",
    "version": "2.1.2",
    "background": {
        "persistent": true,
        "scripts": [
            "firebase-app.js",
            "firebase-database.js",
            "extension.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": false,
            "js": [
                "easytimer.min.js",
                "move.min.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png",
        "default_title": "clappr presenter"
    },
    "permissions": [
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/cdn.firebase.com https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src  'self'",
    "web_accessible_resources": [
        "claps\/*",
        "reactions\/*"
    ]
}