Audio to text for WhatsApp™ in WA WEB

Audio to text and summarize conversations of voice messages and chats with AI on WhatsApp™ Web.

Audio to text for WhatsApp™ in WA WEBคืออะไร?

Audio to text for WhatsApp™ in WA WEB เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://kaptionai.com และคุณลักษณะหลักของมันคือ "Audio to text and summarize conversations of voice messages and chats with AI on WhatsApp™ Web."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Audio to text for WhatsApp™ in WA WEB

ดาวน์โหลดไฟล์ส่วนขยาย Audio to text for WhatsApp™ in WA WEB ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        🎉 KaptionAI is here! 🎉

Transcribe, translate to text, convert voice message to text, however you wanna call it. This is the bot you are looking for! But we can also summarize entire conversations you would love to skip ;) Just with the click of a button!

And it works with any other extension you are already using, such as CRM tools like WADeck, WA Web Plus and WhatsUp+

Say goodbye to audio messages that are long and tedious to listen to. 🙅‍♀️ With our extension, you can easily transcribe and summarize audio messages in a snap! 😎🕺

💼 Business professionals, no more wasting time listening to long audio messages from colleagues or clients. ⏰ Get the main points quickly and respond promptly without breaking a sweat. 💪

👩‍🎓 Students, group projects are a breeze now! 📚 With our extension, you can easily transcribe and summarize audio messages from your classmates and keep track of important information. 🤓

🗞️ Journalists, breaking news just got even better! 📰 Use our extension to quickly transcribe and summarize audio messages from sources and get the information you need for your articles. 📝

👂 People with hearing difficulties, we've got you covered! 🤟 Our extension allows you to read the transcribed text instead of listening to the audio message. 📝

🚀 Try our Chrome Extension for WhatsApp Web now and experience the convenience of audio message transcriptions and summaries! 🤩

DISCLAIMER!
🔒 Your privacy and security are our top priority. We don't collect or store any message that you send. Our extension is built with the latest security protocols and standards to ensure it's secure from any potential threats.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Audio to text for WhatsApp™ in WA WEB Audio to text for WhatsApp™ in WA WEB
ID iinbhdejcemjafkabjokgeaffgnmijbh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/audio-to-text-for-whatsap/iinbhdejcemjafkabjokgeaffgnmijbh
คำอธิบาย Audio to text and summarize conversations of voice messages and chats with AI on WhatsApp™ Web.
ขนาดไฟล์ 6.63 MB
จำนวนการติดตั้ง 7,000
เวอร์ชันปัจจุบัน 0.5.0
อัปเดตครั้งล่าสุด 2024-02-19
วันที่เผยแพร่ 2023-03-08
คะแนน 4.85/5 รวมทั้งหมด 177 คะแนน
ผู้พัฒนา https://kaptionai.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
URL หน้านโยบายความเป็นส่วนตัว https://kaptionai.com/privacy-policy.html
ภาษาที่รองรับ de,en,es,it,pt-BR,iw,hi,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "homepage_url": "https:\/\/kaptionai.com",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "0.5.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "resources": [
                "*.js",
                "*.css",
                "*.png"
            ]
        }
    ],
    "content_scripts": [
        {
            "js": [
                "contentScript.js"
            ],
            "matches": [
                "https:\/\/web.whatsapp.com\/"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "action": {
        "default_title": "My basic Chrome extension",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/icons\/16x.png",
            "32": "\/icons\/32x.png",
            "48": "\/icons\/48x.png",
            "128": "\/icons\/128x.png"
        }
    },
    "icons": {
        "16": "\/icons\/16x.png",
        "32": "\/icons\/32x.png",
        "48": "\/icons\/48x.png",
        "128": "\/icons\/128x.png"
    }
}