Speakeasy: AI powered speech coach

Improve your presentation skills without the pressure of an audience. Speakeasy provides AI-powered feedback on your communication…

Cos'è Speakeasy: AI powered speech coach?

Speakeasy: AI powered speech coach è un'estensione di Chrome sviluppata da Speakeasy, e la sua funzione principale è "Improve your presentation skills without the pressure of an audience. Speakeasy provides AI-powered feedback on your communication…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Speakeasy: AI powered speech coach

Scarica i file di estensione Speakeasy: AI powered speech coach 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

                        Improve your presentation skills without the pressure of an audience.

Speakeasy provides AI-powered feedback on your communication skills to help you ace your upcoming presentation. Practice by recording your upcoming slideshow, product demo or speech using Speakeasy.

Seamlessly share your video with colleagues and collaborate through time stamped feedback!                    

Informazioni di Base sull'Estensione

Nome Speakeasy: AI powered speech coach Speakeasy: AI powered speech coach
ID gokfedolfbdipnljhkobbkhmifhlbhek
URL Ufficiale https://chromewebstore.google.com/detail/speakeasy-ai-powered-spee/gokfedolfbdipnljhkobbkhmifhlbhek
Descrizione Improve your presentation skills without the pressure of an audience. Speakeasy provides AI-powered feedback on your communication…
Dimensione del File 1.44 MB
Conteggio Installazioni 282
Versione Corrente 1.6
Ultimo Aggiornamento 2022-01-27
Data di Pubblicazione 2021-11-13
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Speakeasy
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.projectspeakeasy.com/
URL della Pagina della Politica sulla Privacy https://www.yoodli.ai/privacy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.6",
    "manifest_version": 2,
    "name": "Speakeasy: AI powered speech coach",
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "icons": {
        "128": "Speakeasy_logo_128.png"
    },
    "web_accessible_resources": [
        "overlay.styles.css",
        "Speakeasy_logo_128.png",
        "google_logo.jpg",
        "webcamFrame.html"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": false,
            "js": [
                "overlay.bundle.js"
            ]
        },
        {
            "matches": [
                "http:\/\/docs.google.com\/*",
                "https:\/\/docs.google.com\/*"
            ],
            "all_frames": false,
            "js": [
                "presentationListener.bundle.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "browser_action": {
        "default_popup": "signin.html"
    },
    "content_security_policy": "script-src 'self'; script-src-elem 'self' 'unsafe-inline' https:\/\/apis.google.com https:\/\/www.googletagmanager.com; object-src 'self'",
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "http:\/\/fonts.googleapis.com\/",
        "https:\/\/fonts.googleapis.com\/"
    ]
}