Speakeasy: AI powered speech coach

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

Что такое Speakeasy: AI powered speech coach?

Speakeasy: AI powered speech coach - это расширение Chrome, разработанное Speakeasy, и его основная функция - "Improve your presentation skills without the pressure of an audience. Speakeasy provides AI-powered feedback on your communication…".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Speakeasy: AI powered speech coach

Скачайте файлы расширений Speakeasy: AI powered speech coach в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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!                    

Основная информация о расширении

Название Speakeasy: AI powered speech coach Speakeasy: AI powered speech coach
ID gokfedolfbdipnljhkobbkhmifhlbhek
Официальный URL https://chromewebstore.google.com/detail/speakeasy-ai-powered-spee/gokfedolfbdipnljhkobbkhmifhlbhek
Описание Improve your presentation skills without the pressure of an audience. Speakeasy provides AI-powered feedback on your communication…
Размер файла 1.44 MB
Количество установок 282
Текущая Версия 1.6
Последнее Обновление 2022-01-27
Дата публикации 2021-11-13
Рейтинг 5.00/5 Всего 3 оценок
Разработчик Speakeasy
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.projectspeakeasy.com/
URL страницы политики конфиденциальности https://www.yoodli.ai/privacy
Поддерживаемые языки 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\/"
    ]
}