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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "No one likes long voice notes. We make sure you send and receive voice notes that are no longer than 1 minute."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Beep - Voice Notes for Slack एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 💥                    

एक्सटेंशन की मूल जानकारी

नाम Beep - Voice Notes for Slack Beep - Voice Notes for Slack
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
    }
}