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 |
官方網址 | 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 } } |