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.
Vad är Beep - Voice Notes for Slack?
Beep - Voice Notes for Slack är en Chrome-tillägg utvecklad av http://beep-beep.co, och dess huvudfunktion är "No one likes long voice notes. We make sure you send and receive voice notes that are no longer than 1 minute.".
Tilläggsskärmbilder
Ladda ner Beep - Voice Notes for Slack-förlängningens CRX-fil
Ladda ner Beep - Voice Notes for Slack-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
- 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 💥
Grundläggande Information om Tillägg
Namn | |
ID | lncdohdlggldkmccakdmfkkpimijablf |
Officiell webbadress | https://chrome.google.com/webstore/detail/beep-voice-notes-for-slac/lncdohdlggldkmccakdmfkkpimijablf |
Beskrivning | No one likes long voice notes. We make sure you send and receive voice notes that are no longer than 1 minute. |
Filstorlek | 1.11 MB |
Antal Installationer | 69 |
Aktuell Version | 1.1.1 |
Senast Uppdaterad | 2021-06-19 |
Publiceringsdatum | 2021-05-24 |
Betyg | 5.00/5 Totalt 8 Betyg |
Utvecklare | http://beep-beep.co |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://beep-beep.co/ |
Hjälpsida URL | https://beep-beep.co/privacy |
URL till Sekretesspolicy Sidan | https://beep-beep.co/privacy |
Stödda Språk | 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 } } |