Beep - Voice Notes for Slack
No one likes long voice notes. We make sure you send and receive voice notes that are no longer than 1 minute.
Beep - Voice Notes for Slack란 무엇입니까?
Beep - Voice Notes for Slack은(는) http://beep-beep.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "No one likes long voice notes. We make sure you send and receive voice notes that are no longer than 1 minute."입니다.
확장 프로그램 스크린샷
Beep - Voice Notes for Slack 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
- Voice notes are not a replacement for meetings.🙅♂️ Yet, quick and short voice notes (voice snippets) can help clarify a never ending texting thread. - We make sure you record a voice snippet under 1 min (40s to be precise 😉) - Record voice snippets from inside your browser, and paste the secret link anywhere you want! - The link works with Slack, Google Classroom, Twitter, Asana and much more. - Voice notes self-destruct after 4 hours 💥
확장 프로그램 기본 정보
이름 | |
ID | lncdohdlggldkmccakdmfkkpimijablf |
공식 URL | https://chrome.google.com/webstore/detail/beep-voice-notes-for-slac/lncdohdlggldkmccakdmfkkpimijablf |
설명 | No one likes long voice notes. We make sure you send and receive voice notes that are no longer than 1 minute. |
파일 크기 | 1.11 MB |
설치 횟수 | 69 |
현재 버전 | 1.1.1 |
최근 업데이트 | 2021-06-19 |
출시 날짜 | 2021-05-24 |
평점 | 5.00/5 총 8 개의 평점 |
개발자 | http://beep-beep.co |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://beep-beep.co/ |
도움말 페이지 URL | https://beep-beep.co/privacy |
개인정보 보호 정책 페이지 URL | https://beep-beep.co/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Beep - Voice Notes for Slack", "description": "No one likes long voice notes. We make sure you send and receive voice notes that are no longer than 1 minute.", "version": "1.1.1", "action": { "default_icon": { "16": "img\/icon16.png", "32": "img\/icon32.png", "128": "img\/icon128.png" }, "default_title": "Beep, 1 minute voice notes", "default_popup": "popup.html" }, "icons": { "16": "img\/icon16.png", "32": "img\/icon32.png", "128": "img\/icon128.png" }, "background": { "service_worker": "bg-wrapper.js" }, "web_accessible_resources": [ { "resources": [ "img\/1px.png" ], "matches": [ "*:\/\/localhost\/*", "*:\/\/beep-beep.co\/*" ] } ], "options_ui": { "page": "options.html", "open_in_tab": true } } |