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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://beep-beep.co และคุณลักษณะหลักของมันคือ "No one likes long voice notes. We make sure you send and receive voice notes that are no longer than 1 minute."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Beep - Voice Notes for Slack
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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 } } |