Huddle01

Chrome Extension for Huddle01

Cos'è Huddle01?

Huddle01 è un'estensione di Chrome sviluppata da https://huddle01.com, e la sua funzione principale è "Chrome Extension for Huddle01".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Huddle01

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

                        Huddle01 is a web3 native, one-click video conferencing app. Making it quick and easy to make dynamic video calls with anyone around the world.

Schedule & join a meeting in a single click with the Huddle01 extension. 

- Connect your wallet
- Get your custom meeting room URL
- Quick room access through your Chrome toolbar

Join our Discord community for any suggestions, feedback, and queries: https://discord.com/invite/MgR5wqd3J7                    

Informazioni di Base sull'Estensione

Nome Huddle01 Huddle01
ID kbmeglkleaomaemcnnapbonadalklcmp
URL Ufficiale https://chromewebstore.google.com/detail/huddle01/kbmeglkleaomaemcnnapbonadalklcmp
Descrizione Chrome Extension for Huddle01
Dimensione del File 597 KB
Conteggio Installazioni 114
Versione Corrente 0.0.3
Ultimo Aggiornamento 2023-04-09
Data di Pubblicazione 2022-05-31
Valutazione 5.00/5 Totale 6 Valutazioni
Sviluppatore https://huddle01.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.huddle01.com
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Huddle01",
    "description": "Chrome Extension for Huddle01",
    "version": "0.0.3",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "32": "\/images\/32.png",
            "48": "\/images\/48.png",
            "128": "\/images\/128.png"
        }
    },
    "permissions": [
        "storage",
        "activeTab",
        "cookies"
    ],
    "icons": {
        "32": "\/images\/32.png",
        "48": "\/images\/48.png",
        "128": "\/images\/128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAt3RFnccXIE73HR53m+vnL5pw8l8fxMh0soUWXuCRaYyPY3L\/6UMAlD66zfQvlERAkU7fnBDqjfJYZGbRL6gSBHCbHVakAJY1H2T9RQK6ZDo1LC4FymzEP80csYV\/piNNt2qSNJJ07bMQ\/zHSLJPnf2bq+98s\/1MRWaGAFfQTGVvrE1cVsczezqfQCcUllgPfZ6a4tPCqJyfXaLz6TLk9SUB6p5k+ZK2yc6pwW9VRU2j7kT3rwhLt5WBeWQwU9gw+f5KuHv2YRaywEXWb5nff6Gi7+XabGLWgkAxWZ4NMXSihbteIyKnB8zkYracFvpKUX29i0F+Rx7qTo9I7Aj6L\/wIDAQAB",
    "host_permissions": [
        "https:\/\/app.huddle01.com\/*",
        "https:\/\/iriko.testing.huddle01.com\/*",
        "https:\/\/emailerhuddle.s3.us-east-2.amazonaws.com\/jwks.json"
    ]
}