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是由Speakeasy开发的Chrome扩展程序,该扩展的主要功能是“Improve your presentation skills without the pressure of an audience. Speakeasy provides AI-powered feedback on your communication…”。

扩展截图

screenshot

下载Speakeasy: AI powered speech coach扩展crx文件

下载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\/"
    ]
}