Speakeasy: AI powered speech coach

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

Wat is Speakeasy: AI powered speech coach?

Speakeasy: AI powered speech coach is een Chrome-extensie ontwikkeld door Speakeasy, en de belangrijkste functie is "Improve your presentation skills without the pressure of an audience. Speakeasy provides AI-powered feedback on your communication…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Speakeasy: AI powered speech coach

Download Speakeasy: AI powered speech coach-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Speakeasy: AI powered speech coach Speakeasy: AI powered speech coach
ID gokfedolfbdipnljhkobbkhmifhlbhek
Officiële URL https://chromewebstore.google.com/detail/speakeasy-ai-powered-spee/gokfedolfbdipnljhkobbkhmifhlbhek
Beschrijving Improve your presentation skills without the pressure of an audience. Speakeasy provides AI-powered feedback on your communication…
Bestandsgrootte 1.44 MB
Aantal Installaties 282
Huidige Versie 1.6
Laatst Bijgewerkt 2022-01-27
Publicatiedatum 2021-11-13
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Speakeasy
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.projectspeakeasy.com/
URL van de Privacybeleid Pagina https://www.yoodli.ai/privacy
Ondersteunde Talen 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\/"
    ]
}