Phonal Assistant - Productive Online Meetings

Transcribe conversations in real-time, save transcripts and get tips about speaking performance.

Phonal Assistant - Productive Online Meetings là gì?

Phonal Assistant - Productive Online Meetings là một tiện ích mở rộng Chrome được phát triển bởi https://www.phonal.ai, và tính năng chính của nó là "Transcribe conversations in real-time, save transcripts and get tips about speaking performance.".

Ả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 Phonal Assistant - Productive Online Meetings

Tải xuống các tệp mở rộng Phonal Assistant - Productive Online Meetings 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

                        The Phonal Assistant enables you to avoid pitfalls in any web meeting with instant transcripts and AI recommendations.


Get Instant Captions 
Did you mis-hear or lose some sentences? No problem! You can always check the captions to stay on track. 

Save Transcripts
Save and analyze the transcript of your conversation after it's finished, find out what worked the best or the worst, and improve iteratively.

Get AI-driven Tips about Speaking Performance
Most people can't control what they say, and how they act at the same time. That's completely natural. So we do the "controlling" part of the job for you and let you know whether you're speaking too quietly or loudly, hurrying, or using filler words.

__________

Works for any tab in Chrome. 
No matter what kind of web-conferencing tool you are using. Phonal Assistant works everywhere inside Chrome.

> 70% Accuracy of speech recognition
Well, there is no 100% perfect speech recognition tech still. We did our best to deliver the best quality ever available to you.

Works for online videos
Do you need subtitles even when there are none available? We've got you covered. Use Phonal Assistant to generate captions for any video played in Chrome.

_________

Easy to setup
Just install and turn ON to start captioning and getting recommendations.

Easy to indicate and control when it's turned ON
Nobody loves the absence of control for speech recognition engines. So it's turned OFF by default and you’re the only person to decide when to turn it ON. Closing the tab also turns Phonal Assistant OFF.

Compliant
We don't store any part of your conversation. It's processed through us and disappears automatically.

_________

Start getting rid of pitfalls in verbal conversations!

If you have questions, concerns or suggestions please do not hesitate to reach out to us via email: 
[email protected]                    

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

Tên Phonal Assistant - Productive Online Meetings Phonal Assistant - Productive Online Meetings
ID dkkioofdhpkkglijdapnfpeoojaodldd
URL Chính Thức https://chrome.google.com/webstore/detail/phonal-assistant-producti/dkkioofdhpkkglijdapnfpeoojaodldd
Mô tả Transcribe conversations in real-time, save transcripts and get tips about speaking performance.
Kích Thước Tệp 378 KB
Số Lần Cài Đặt 205
Phiên Bản Hiện Tại 1.1.0.2
Cập Nhật Lần Cuối 2019-12-16
Ngày Phát Hành 2019-12-13
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://www.phonal.ai
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://phonal.ai/assistant
URL Trang Trợ Giúp https://phonal.ai/assistant
URL Trang Chính Sách Bảo Mật https://www.norns.ai/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Phonal Assistant - Productive Online Meetings",
    "version": "1.1.0.2",
    "manifest_version": 2,
    "description": "Transcribe conversations in real-time, save transcripts and get tips about speaking performance.",
    "permissions": [
        "tabs",
        "storage",
        "activeTab",
        "tabCapture",
        "contextMenus",
        "https:\/\/*.phonal.ai\/*",
        "https:\/\/heapanalytics.com\/*",
        "https:\/\/*.heapanalytics.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content-script.bundle.js"
            ],
            "css": []
        },
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/content-script.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "vendor\/heap-analytics.js",
            "background.bundle.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "32": "assets\/icons\/phonal-icon-32.png"
        }
    },
    "options_page": "options.html",
    "chrome_url_overrides": [],
    "icons": {
        "32": "assets\/icons\/phonal-icon-32.png",
        "48": "assets\/icons\/phonal-icon-48.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/cdn.heapanalytics.com; object-src 'self'",
    "web_accessible_resources": [
        "vendor\/*",
        "images\/*",
        "audio\/*",
        "popup.html"
    ]
}