Reverb Record - Share Your Voice

Record and share voice notes on the fly.

Reverb Record - Share Your Voice란 무엇입니까?

Reverb Record - Share Your Voice은(는) https://reverb.chat에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Record and share voice notes on the fly."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Reverb Record - Share Your Voice 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Reverb lets you record and share voice notes, memos, and responses without an account. 

Record and save voice notes for easy insertion into Google Docs, Slides, Sheets, Forms, Classroom, and Gmail!
Create links that embed directly to Twitter, making it easy to share voice Tweets. 
Reverbs can also be shared on forums and embedded on websites and applications such as Notion and Google Sites.

NEW - Now change your voice to record notes that sound like your favorite characters & celebrities!
 

Features:
- Instantly record shareable voice notes.
- Change your voice into different characters
- Embeds into Twitter with title of your choosing.
- No registration or verification. Anything goes.
- Get transcribed recordings (Premium only)
- Embed available for websites so visitors can hear voice notes and recordings.
- Can share on email, forums, image boards, and anywhere else audio is unconventional.
- Leave voice note comments in Google Docs
- Can paste Reverb links in messengers without having to store files locally.                    

확장 프로그램 기본 정보

이름 Reverb Record - Share Your Voice Reverb Record - Share Your Voice
ID lcblhgplmpgpmnmnochlcdbickjnemfe
공식 URL https://chromewebstore.google.com/detail/reverb-record-share-your/lcblhgplmpgpmnmnochlcdbickjnemfe
설명 Record and share voice notes on the fly.
파일 크기 1.5 MB
설치 횟수 15,228
현재 버전 1.2.1
최근 업데이트 2023-08-31
출시 날짜 2020-03-23
평점 4.17/5 총 30 개의 평점
개발자 https://reverb.chat
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://record.reverb.chat
도움말 페이지 URL https://reverb.chat/reverb-record-faq/
개인정보 보호 정책 페이지 URL https://reverb.chat/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Reverb Record - Share Your Voice",
    "version": "1.2.1",
    "description": "Record and share voice notes on the fly.",
    "icons": {
        "16": ".\/images\/icon32.png",
        "32": ".\/images\/icon32.png",
        "64": ".\/images\/icon64.png",
        "128": ".\/images\/icon128.png"
    },
    "action": {
        "default_icon": ".\/images\/icon32.png",
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "service_worker.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline'"
    }
}