Async: voice notes for Gmail and Chrome

Add voice notes to your emails and your work apps.

Async: voice notes for Gmail and Chrome란 무엇입니까?

Async: voice notes for Gmail and Chrome은(는) https://async.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add voice notes to your emails and your work apps."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Async: voice notes for Gmail and Chrome 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 Async: voice notes for Gmail and Chrome Async: voice notes for Gmail and Chrome
ID kmiikpmdncakkcadkabnlhifhccigpdh
공식 URL https://chromewebstore.google.com/detail/async-voice-notes-for-gma/kmiikpmdncakkcadkabnlhifhccigpdh
설명 Add voice notes to your emails and your work apps.
파일 크기 7.12 MB
설치 횟수 247
현재 버전 0.4
최근 업데이트 2023-11-14
출시 날짜 2023-11-07
평점 5.00/5 총 5 개의 평점
개발자 https://async.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://async.com/home
도움말 페이지 URL https://intercom.help/asyncdotcom
개인정보 보호 정책 페이지 URL https://async.com/privacy
지원되는 언어 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
        }
    ]
}