RapidReply - Send Voice Messages via Email

Easily Send Voice Messages via Gmail and Outlook 365. RapidReply BETA (Free to use during testing).

RapidReply - Send Voice Messages via Email란 무엇입니까?

RapidReply - Send Voice Messages via Email은(는) https://rapidreply.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily Send Voice Messages via Gmail and Outlook 365. RapidReply BETA (Free to use during testing)."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

RapidReply - Send Voice Messages via Email 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Are you struggling to keep up with your inbox?

Are you spending nights and weekends answering email inquiries?

Perhaps you have tried using templates but hate how impersonal they feel.

Or you’re responding with video, but hate having to be “camera ready” each and every day.

Rapid Reply is your answer to efficiently responding to emails, while still providing a personal touch.

Forget video. Audio messaging is quickly becoming the favored medium for communication. Facebook released their voice message feature back in 2013. Since then, WhatsApp, Instagram, LinkedIn and even Apple iMessage have adopted similar functionality.

But the question we’ve all been asking is, when will Gmail or Outlook 365 release their voice message feature?

Well, if you're tired of waiting, you're going to love Rapid Reply. 

Start replying with audio messaging in just three simple steps.

1.	Click the microphone button
2.	Record your short or in-depth personal audio reply, or new message
3.	Attach your recordings directly within Gmail

Features Include:
•	An elegant microphone button, moveable to your preferred location
•	A quick select microphone menu
•	Recordings without time limits

“I answered 85 emails in just 6 hours, while providing a much more personal and detailed response. This same level of activity would have taken me days if I had responded with text. I love this extension.” - Matthew Pollard, author of the bestselling Introvert’s Edge book series                    

확장 프로그램 기본 정보

이름 RapidReply - Send Voice Messages via Email RapidReply - Send Voice Messages via Email
ID gijjkdcndbfldihmidochcfjpoalmifi
공식 URL https://chromewebstore.google.com/detail/rapidreply-send-voice-mes/gijjkdcndbfldihmidochcfjpoalmifi
설명 Easily Send Voice Messages via Gmail and Outlook 365. RapidReply BETA (Free to use during testing).
파일 크기 1.06 MB
설치 횟수 638
현재 버전 1.2.0.3
최근 업데이트 2022-11-12
출시 날짜 2021-07-05
평점 4.74/5 총 27 개의 평점
개발자 https://rapidreply.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://rapidreply.io/
도움말 페이지 URL https://matthewpollard.com/business-speaker/contact
개인정보 보호 정책 페이지 URL https://matthewpollard.com/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "RapidReply - Send Voice Messages via Email",
    "description": "Easily Send Voice Messages via Gmail and Outlook 365. RapidReply BETA (Free to use during testing).",
    "version": "1.2.0.3",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwOevECF6E4HTOHWKwp5x2OjDB17DO\/sA5rgx7+\/nT7FuHdUQv47Sv6dIpCy8njaK8B1j4a4yttd45qChFdntXcuY198FgQPWm5CIxAZhuD578ZDlrXlt8v29N2CxBIQDpfqTo+kvTf4MjyHGK4SUeRiuiCunY5p9tzxGMXTWWa1Y5I5broVti4wOg0Xb8QUs+mFtBVNUq0J45EjyNXZlhzC6vlvqvaUcR\/GS7nqTafBykVzfozgpXUEAxpxzehUou5doEXdjAGl7OtOj35snZXOUxpCLL5i4DOJi5skbn7xJJcnAPMPc+p6jsMVRR95xZCipge2ZV28CGAyvQ4l6wQIDAQAB",
    "icons": {
        "128": "\/img\/logo.png"
    },
    "action": {
        "default_icon": "\/img\/logo.png",
        "default_popup": "\/pages\/popup\/index.html"
    },
    "background": {
        "service_worker": "\/js\/background.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/outlook.live.com\/*"
            ],
            "js": [
                "\/js\/content.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "https:\/\/*\/*"
            ],
            "extension_ids": []
        }
    ]
}