Speakeasy: AI powered speech coach

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

O que é Speakeasy: AI powered speech coach?

Speakeasy: AI powered speech coach é uma extensão do Chrome desenvolvida por Speakeasy, e sua principal característica é "Improve your presentation skills without the pressure of an audience. Speakeasy provides AI-powered feedback on your communication…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Speakeasy: AI powered speech coach

Baixe arquivos de extensão Speakeasy: AI powered speech coach no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Speakeasy: AI powered speech coach Speakeasy: AI powered speech coach
ID gokfedolfbdipnljhkobbkhmifhlbhek
URL Oficial https://chromewebstore.google.com/detail/speakeasy-ai-powered-spee/gokfedolfbdipnljhkobbkhmifhlbhek
Descrição Improve your presentation skills without the pressure of an audience. Speakeasy provides AI-powered feedback on your communication…
Tamanho do Arquivo 1.44 MB
Contagem de Instalações 282
Versão Atual 1.6
Última Atualização 2022-01-27
Data de Publicação 2021-11-13
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor Speakeasy
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.projectspeakeasy.com/
URL da Página de Política de Privacidade https://www.yoodli.ai/privacy
Idiomas Suportados 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\/"
    ]
}