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 là gì?

Speakeasy: AI powered speech coach là một tiện ích mở rộng Chrome được phát triển bởi Speakeasy, và tính năng chính của nó là "Improve your presentation skills without the pressure of an audience. Speakeasy provides AI-powered feedback on your communication…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Speakeasy: AI powered speech coach

Tải xuống các tệp mở rộng Speakeasy: AI powered speech coach dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Speakeasy: AI powered speech coach Speakeasy: AI powered speech coach
ID gokfedolfbdipnljhkobbkhmifhlbhek
URL Chính Thức https://chromewebstore.google.com/detail/speakeasy-ai-powered-spee/gokfedolfbdipnljhkobbkhmifhlbhek
Mô tả Improve your presentation skills without the pressure of an audience. Speakeasy provides AI-powered feedback on your communication…
Kích Thước Tệp 1.44 MB
Số Lần Cài Đặt 282
Phiên Bản Hiện Tại 1.6
Cập Nhật Lần Cuối 2022-01-27
Ngày Phát Hành 2021-11-13
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Speakeasy
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.projectspeakeasy.com/
URL Trang Chính Sách Bảo Mật https://www.yoodli.ai/privacy
Ngôn Ngữ Được Hỗ Trợ 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\/"
    ]
}