clappr

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

Cos'è clappr?

clappr è un'estensione di Chrome sviluppata da https://monday.com, e la sua funzione principale è "Displays emoji's and sounds claps on top of your browser content".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione clappr

Scarica i file di estensione clappr 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

                        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!                    

Informazioni di Base sull'Estensione

Nome clappr clappr
ID hpeooigmanddmkodommkgpeoppkacccp
URL Ufficiale https://chromewebstore.google.com/detail/clappr/hpeooigmanddmkodommkgpeoppkacccp
Descrizione Displays emoji's and sounds claps on top of your browser content
Dimensione del File 5.78 MB
Conteggio Installazioni 1,494
Versione Corrente 2.1.2
Ultimo Aggiornamento 2022-03-01
Data di Pubblicazione 2021-04-04
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://monday.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://clappr.app
Lingue Supportate 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\/*"
    ]
}