Async: voice notes for Gmail and Chrome

Add voice notes to your emails and your work apps.

What is Async: voice notes for Gmail and Chrome?

Async: voice notes for Gmail and Chrome is a Chrome extension developed by https://async.com, and its main feature is "Add voice notes to your emails and your work apps.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Async: voice notes for Gmail and Chrome Extension CRX File

Download Async: voice notes for Gmail and Chrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Our mission at Async is to power asynchronous conversations everywhere. After our apps on iOS, Mac and Web, we're excited to introduce  Async for Gmail & Chrome!

Email being the most popular async communications tool by far, and also, the coldest 🥶, we wanted to build the best way to bridge voice and email, right inside of Gmail.

✉️ Announcing Async for Gmail
Have you ever wanted to respond with a voice note to an investor asking for an update? A candidate? A ref check? A contractor you're working with? 
-> Add an async voice note right from Gmail’s compose window on Chrome (and Arc), and your recipient will be able to:
✌️ listen to it, 
✌️ read the AI summary,
✌️ read the transcript, 
✌️ add timestamp reactions to address the different topics in the note. 

All of this without having to create an account!

But there’s one more thing:
🌎 Meet Async for Chrome. 
Same extension, multiple powers! Sharing a quick voiceover on top of a docsend deck to give context on your raise? A Figma to give feedback on a new design? An airtable doc before sharing your new CRM with people?

Well, that’s exactly what it does. Find our mic at the bottom right of the screen, start recording, and the URL you’re currently browsing is automatically attached to the voice note. Then share the unique link to any of your Gmail or iOS contacts or simply grab the URL and insert it anywhere. 

It’s the fastest way to share feedback or context on anything you’re working on. Period!                    

Extension Basic Information

Name Async: voice notes for Gmail and Chrome Async: voice notes for Gmail and Chrome
ID kmiikpmdncakkcadkabnlhifhccigpdh
Official URL https://chromewebstore.google.com/detail/async-voice-notes-for-gma/kmiikpmdncakkcadkabnlhifhccigpdh
Description Add voice notes to your emails and your work apps.
File Size 7.12 MB
Installation Count 247
Current Version 0.4
Last Updated 2023-11-14
Publish Date 2023-11-07
Rating 5.00/5 Total 5 Ratings
Developer https://async.com
Email [email protected]
Payment Type free
Extension Website https://async.com/home
Help Page URL https://intercom.help/asyncdotcom
Privacy Policy Page URL https://async.com/privacy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "minimum_chrome_version": "100",
    "name": "Async: voice notes for Gmail and Chrome",
    "version": "0.4",
    "description": "Add voice notes to your emails and your work apps.",
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.contentScript.tsx-330c075c-6ec7ed81.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "css": [
                "assets\/app-65af3424.css",
                "assets\/index-782ce610.css",
                "assets\/index-2a7cbb8d.css",
                "assets\/contentScript-3c02f2ed.css"
            ]
        }
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "action": {
        "default_icon": "images\/[email protected]",
        "default_popup": "popup.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    },
    "host_permissions": [
        "https:\/\/api.async.com\/*"
    ],
    "permissions": [
        "storage",
        "clipboardWrite",
        "cookies"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "fonts\/*",
                "images\/*",
                "audioRecorderFrame.html",
                "welcome.html",
                "audioPlayerFrame.html",
                "contactsFormFrame.html",
                "src\/pages\/audioRecorderFrame.tsx",
                "src\/pages\/welcomePage.tsx",
                "recorder\/encoderWorker.umd.js",
                "recorder\/OggOpusEncoder.wasm",
                "recorder\/audioGainProcessor.js"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/client-eafdc3b7.js",
                "assets\/app-060b0d5d.js",
                "assets\/urlUtils-7faf83df.js",
                "assets\/events-5972c027.js",
                "assets\/fontUtils-e5cecc8e.js",
                "assets\/index-f3a29226.js",
                "assets\/index-e2c98ffd.js",
                "assets\/types-68ccee38.js",
                "assets\/formatUtils-fb6db634.js",
                "assets\/contentScript.tsx-330c075c.js"
            ],
            "use_dynamic_url": true
        }
    ]
}