Async: voice notes for Gmail and Chrome

Add voice notes to your emails and your work apps.

Apa itu Async: voice notes for Gmail and Chrome?

Async: voice notes for Gmail and Chrome adalah ekstensi Chrome yang dikembangkan oleh https://async.com, dan fitur utamanya adalah "Add voice notes to your emails and your work apps.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Async: voice notes for Gmail and Chrome

Unduh file ekstensi Async: voice notes for Gmail and Chrome dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Async: voice notes for Gmail and Chrome Async: voice notes for Gmail and Chrome
ID kmiikpmdncakkcadkabnlhifhccigpdh
URL Resmi https://chromewebstore.google.com/detail/async-voice-notes-for-gma/kmiikpmdncakkcadkabnlhifhccigpdh
Deskripsi Add voice notes to your emails and your work apps.
Ukuran File 7.12 MB
Jumlah Instalasi 247
Versi Saat Ini 0.4
Terakhir Diperbarui 2023-11-14
Tanggal Publikasi 2023-11-07
Penilaian 5.00/5 Total 5 Penilaian
Pengembang https://async.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://async.com/home
URL Halaman Bantuan https://intercom.help/asyncdotcom
URL Halaman Kebijakan Privasi https://async.com/privacy
Bahasa yang Didukung 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
        }
    ]
}