Talkery: AI analyser
Extension which captures audio from microphone and provides English grammar feedback.
Talkery: AI analyserとは何ですか?
Talkery: AI analyserはEndurance Eng.によって開発されたChromeの拡張機能で、その主な機能は「Extension which captures audio from microphone and provides English grammar feedback.」です。
拡張機能のスクリーンショット
Talkery: AI analyser拡張機能のCRXファイルをダウンロード
Talkery: AI analyser拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Improve your communication skills and gain deeper insights into your conversations with Talkery, your personal AI speech analyser.
Talkery is an intelligent, real-time speech analyser Chrome extension, designed to listen and provide feedback during your online meetings, calls, presentations, or casual chats with friends.
This innovative tool offers a variety of powerful features:
Real-Time Speech Analysis: Talkery employs cutting-edge AI technology to analyse your speech as you speak, giving you the chance to adjust your communication style on-the-go.
Speech Insights: Our software provides in-depth analysis of your communication patterns, identifying areas of strength and aspects that could benefit from enhancement.
Interactive Dashboard: An intuitive, user-friendly dashboard presents data in easy-to-understand visualizations, allowing you to review your speech patterns and trends over time.
Privacy Protection: Talkery values your privacy. All speech analysis is done locally on your machine, ensuring that no data is ever sent to the cloud or third parties.
Personalized Feedback: Tailored suggestions to help you improve your communication skills, based on your unique patterns and habits.
Speech Enhancement Tips: Practical recommendations to improve your speech clarity, tone, pitch, pace, and more, helping you deliver a more powerful and convincing message.
Why should you install Talkery?
Improve your communication skills: Gain an edge in your professional and personal life by honing your speaking skills with targeted feedback.
Be more persuasive: Make your voice heard and understood. Strengthen your argument with clear, concise, and impactful speech.
Understand yourself better: Uncover speech patterns you may not be aware of. Harness this knowledge for personal growth and development.
Boost your confidence: Get immediate feedback and tips on your speech, allowing you to speak with greater confidence and effectiveness.
Embrace the power of effective communication with Talkery – your guide to a more articulate, persuasive, and confident voice. Download today to start your journey towards superior communication skills! 拡張機能の基本情報
| 名前 | |
| ID | ppeapdklnnnohjjnhlnfaihoeijhpfii |
| 公式URL | https://chromewebstore.google.com/detail/talkery-ai-analyser/ppeapdklnnnohjjnhlnfaihoeijhpfii |
| 説明 | Extension which captures audio from microphone and provides English grammar feedback. |
| ファイルサイズ | 5.23 MB |
| インストール数 | 44 |
| 現在のバージョン | 1.0.1 |
| 最終更新日 | 2023-07-30 |
| 公開日 | 2023-07-12 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | Endurance Eng. |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://talkery.co/ |
| ヘルプページのURL | http://talkery.co/ |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Talkery: AI analyser",
"description": "Extension which captures audio from microphone and provides English grammar feedback.",
"version": "1.0.1",
"icons": {
"512": "icon-512.png",
"256": "icon-256.png",
"128": "icon-128.png",
"96": "icon-96.png",
"72": "icon-72.png",
"64": "icon-64.png",
"48": "icon-48.png",
"32": "icon-32.png",
"16": "icon-16.png"
},
"action": {
"default_icon": "icon-512.png"
},
"background": {
"service_worker": "js\/background.js",
"type": "module"
},
"permissions": [
"storage"
],
"offline_enabled": true,
"options_ui": {
"page": "options.html",
"open_in_tab": true
}
} | |