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
官方網址 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\/"
    ]
}