Async: voice notes for Gmail and Chrome

Add voice notes to your emails and your work apps.

Qu'est-ce que Async: voice notes for Gmail and Chrome ?

Async: voice notes for Gmail and Chrome est une extension Chrome développée par https://async.com, et sa fonction principale est "Add voice notes to your emails and your work apps.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Async: voice notes for Gmail and Chrome

Téléchargez les fichiers d'extension Async: voice notes for Gmail and Chrome 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

                        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!                    

Informations de Base sur l'Extension

Nom Async: voice notes for Gmail and Chrome Async: voice notes for Gmail and Chrome
ID kmiikpmdncakkcadkabnlhifhccigpdh
URL Officiel https://chromewebstore.google.com/detail/async-voice-notes-for-gma/kmiikpmdncakkcadkabnlhifhccigpdh
Description Add voice notes to your emails and your work apps.
Taille du Fichier 7.12 MB
Nombre d'Installations 247
Version Actuelle 0.4
Dernière Mise à Jour 2023-11-14
Date de Publication 2023-11-07
Évaluation 5.00/5 Total 5 Évaluations
Développeur https://async.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://async.com/home
URL de la Page d'Aide https://intercom.help/asyncdotcom
URL de la Page de Politique de Confidentialité https://async.com/privacy
Langues Prises en Charge 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
        }
    ]
}