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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة سياسة الخصوصية 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\/"
    ]
}