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ファイルをダウンロード
Beep - Voice Notes for Slack拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
- 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 |
Eメール | [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 } } |