Speakeasy: AI powered speech coach

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

Vad är Speakeasy: AI powered speech coach?

Speakeasy: AI powered speech coach är en Chrome-tillägg utvecklad av Speakeasy, och dess huvudfunktion är "Improve your presentation skills without the pressure of an audience. Speakeasy provides AI-powered feedback on your communication…".

Tilläggsskärmbilder

screenshot

Ladda ner Speakeasy: AI powered speech coach-förlängningens CRX-fil

Ladda ner Speakeasy: AI powered speech coach-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Speakeasy: AI powered speech coach Speakeasy: AI powered speech coach
ID gokfedolfbdipnljhkobbkhmifhlbhek
Officiell webbadress https://chromewebstore.google.com/detail/speakeasy-ai-powered-spee/gokfedolfbdipnljhkobbkhmifhlbhek
Beskrivning Improve your presentation skills without the pressure of an audience. Speakeasy provides AI-powered feedback on your communication…
Filstorlek 1.44 MB
Antal Installationer 282
Aktuell Version 1.6
Senast Uppdaterad 2022-01-27
Publiceringsdatum 2021-11-13
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare Speakeasy
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.projectspeakeasy.com/
URL till Sekretesspolicy Sidan https://www.yoodli.ai/privacy
Stödda Språk 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\/"
    ]
}