Vocal: Send voice notes in Gmail

Send voice recordings in Gmail

Qu'est-ce que Vocal: Send voice notes in Gmail ?

Vocal: Send voice notes in Gmail est une extension Chrome développée par https://vocal.email, et sa fonction principale est "Send voice recordings in Gmail".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Vocal: Send voice notes in Gmail

Téléchargez les fichiers d'extension Vocal: Send voice notes in Gmail au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        This Chrome extension adds a microphone to Gmail and allows you to record your voice and send audio messages through email.

Recipients can listen to your voice message directly in their email client or on a personal web page where you can display a transcription and more.

Welcome to Vocal.email! 🎉 Your innovative Chrome extension that takes your Gmail and Outlook communication to a whole new level. 🚀 Personal, intimate, and super-efficient, Vocal.email lets you speak your mind and heart, literally! 🗣️

Why just write when you can speak? 🎤 With Vocal.email, transform your emails from monotonous text to dynamic voice messages. Emote, express, and connect on a deeper level. 🤝

👋 Hello user-friendly interface! With just a click, start recording. 📂 And what's more? Your voice note magically turns into a shareable web page! 🕸️

Goodbye downloads, hello convenience! 🙌 Your recipient can listen to your voice message right inside their Gmail or Outlook. Smoother, faster, and simpler! 🚀

🎧 Plug in your custom mics and speak up! Whether in-built or professional, Vocal.email has you all wired up.

No more long emails! 🚫 Vocal.email isn't just a tool, it's your ultimate productivity hack. Just speak your thoughts, hit send, and voila! Time saved is productivity gained. 🕓⏫

Not just for Gmail or Outlook. 🌐 Vocal.email loves all major email clients and platforms. It doesn’t matter if you are on your laptop or your phone, Vocal.email works everywhere. 📲

🛡️ Control your content. Sent something by mistake? No worries! Delete voice messages after sending. Your communication, your control.

Get more done with Vocal.email. Zip through your inbox, answer clients on-the-go and declutter your communication. Work smarter, not harder. 💼🔝

Explain complex things effortlessly! 🧩 No more long emails. Speak, send, sorted! ✅

Calling all coaches, executives, business owners and more! 📣 Connect personally, build relationships, and turn customers into friends with Vocal.email. 🤗

Listen easy! 🎵 Your recipients need no new downloads to hear your voice messages. As MP3 attachments to emails, listening is a breeze.

Customize away! 🎨 Add a profile picture, change your signature, and more. Make your Vocal.email experience truly yours.

Supercharge your communication with built-in shortcuts. ⚡ Use the 30-second Gmail or Outlook demos to get started.

In short, Vocal.email is your comprehensive solution for voice messages. Simple, fast, efficient, and transformative! 🥇

🔑 Key Features:

One-click voice recording 🎙️
Quick sending of voice messages 💌
Compatible with all major email clients 🌐
Full control over voice messages 🛡️
Boost productivity 🚀
Smooth integration with Gmail and Outlook 🔄
Customizable interface 🎨
Safe communication environment 🏰
Built-in shortcuts for lightning-fast communication ⚡
MP3 attachments for hassle-free listening 🎧
Mobile-friendly 📲
Web version available for easy listening 🕸️
30-second Gmail and Outlook demos 📺
Ready to voice out? 🗣️ Get started with Vocal.email today and redefine your online communication! 🌟                    

Informations de Base sur l'Extension

Nom Vocal: Send voice notes in Gmail Vocal: Send voice notes in Gmail
ID boopggfapjaffppjmldgifjkgemgkgfd
URL Officiel https://chromewebstore.google.com/detail/vocal-send-voice-notes-in/boopggfapjaffppjmldgifjkgemgkgfd
Description Send voice recordings in Gmail
Taille du Fichier 1.42 MB
Nombre d'Installations 6,755
Version Actuelle 12.2.0
Dernière Mise à Jour 2024-03-01
Date de Publication 2020-05-30
Évaluation 4.96/5 Total 24 Évaluations
Développeur https://vocal.email
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://vocal.email/
URL de la Page d'Aide https://vocal.email/help
URL de la Page de Politique de Confidentialité https://nat.app/privacy-policy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "homepage_url": "https:\/\/vocal.email\/",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnAblwP\/O5ZI1zRyz5752D5jOjUJMY860Xr0jhAicTK4oUJuWchm4ku7Wjr9emdB8OLKlrxI0LsKG+MxxwnYMhqsMDT+Xf85nr3qa\/7QbzcB9VjC9JmzhmQWat32gBSG748+k4dwaIHa0XuTfGUHNtBlCst12q5SRqI1vVEKjMvFQc5ynCxvXHFkOoAScLTtAdSFIJbr4ZQ0KRXSX5bs+0xd4e2NfOtn7mCmpcQ25TdiJfAx83jiHtsz2yKurckQx8AH5ri1D3yyfIR6Nb8apfkQvOR+inKT1x+pV60L4B5vo08y7cquxkYUbumsq393+7zDJ4bo4+Gpn4vEaHzOuHQIDAQAB",
    "name": "Vocal: Send voice notes in Gmail",
    "short_name": "Vocal",
    "description": "Send voice recordings in Gmail",
    "version": "12.2.0",
    "permissions": [
        "scripting",
        "storage",
        "contextMenus",
        "identity",
        "identity.email"
    ],
    "icons": {
        "16": "src\/assets\/branding\/logo-16.png",
        "32": "src\/assets\/branding\/logo-32.png",
        "48": "src\/assets\/branding\/logo-48.png",
        "128": "src\/assets\/branding\/logo-128.png"
    },
    "action": {
        "default_icon": {
            "16": "src\/assets\/branding\/logo-16.png",
            "32": "src\/assets\/branding\/logo-32.png",
            "48": "src\/assets\/branding\/logo-48.png",
            "128": "src\/assets\/branding\/logo-128.png"
        },
        "default_title": "Vocal Dashboard",
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/gmail.ts-loader-b54e168d.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "css": [
                "assets\/preload-helper-71099d02.css",
                "assets\/close-44856d9e.css",
                "assets\/stripe-cdc341fb.css",
                "assets\/gmail-45427b45.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "resources": [
                "index.html",
                "*.js",
                "assets\/vocal-identity-logo-00e55720.svg",
                "assets\/ambience-ec3686e4.mp3",
                "assets\/Inter-Variable-8af7bd5b.woff2",
                "assets\/mic-animated-a3897527.svg",
                "assets\/preload-helper-d28f605d.js",
                "assets\/stripe.element-38649cde.js",
                "assets\/close-ec976600.js",
                "assets\/utils-470825d0.js",
                "assets\/bridge-a88aefb5.js",
                "assets\/inboxsdk-a35fda78.js",
                "assets\/Login-a40be5bf.js",
                "assets\/mp3-ddd21e3d.js",
                "assets\/base-e3a820cd.js",
                "assets\/Card.module-1bd5a42a.js",
                "assets\/index-1d2b3be8.js",
                "assets\/gmail.ts-b83dcaa1.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "host_permissions": [
        "https:\/\/mail.google.com\/"
    ]
}