Async: voice notes for Gmail and Chrome

Add voice notes to your emails and your work apps.

Vad är Async: voice notes for Gmail and Chrome?

Async: voice notes for Gmail and Chrome är en Chrome-tillägg utvecklad av https://async.com, och dess huvudfunktion är "Add voice notes to your emails and your work apps.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Async: voice notes for Gmail and Chrome-förlängningens CRX-fil

Ladda ner Async: voice notes for Gmail and Chrome-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Async: voice notes for Gmail and Chrome Async: voice notes for Gmail and Chrome
ID kmiikpmdncakkcadkabnlhifhccigpdh
Officiell webbadress https://chromewebstore.google.com/detail/async-voice-notes-for-gma/kmiikpmdncakkcadkabnlhifhccigpdh
Beskrivning Add voice notes to your emails and your work apps.
Filstorlek 7.12 MB
Antal Installationer 247
Aktuell Version 0.4
Senast Uppdaterad 2023-11-14
Publiceringsdatum 2023-11-07
Betyg 5.00/5 Totalt 5 Betyg
Utvecklare https://async.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://async.com/home
Hjälpsida URL https://intercom.help/asyncdotcom
URL till Sekretesspolicy Sidan https://async.com/privacy
Stödda Språk 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
        }
    ]
}