Voxnote : Record and share audio messages

Record voice notes and save them as links to your favorite apps

Voxnote : Record and share audio messages क्या है?

Voxnote : Record and share audio messages TalkTalkMe द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Record voice notes and save them as links to your favorite apps"।

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

screenshot

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

crx प्रारूप में Voxnote : Record and share audio messages एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Record voice notes and save them as links to your favorite apps: Gmail, Trello, Jira, Slack, anywhere you want! Be more productive with async audio communications!

A focus on secure communications:
We encrypt all messages and you can customize the retention to as low as one hour                    

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

नाम Voxnote : Record and share audio messages Voxnote : Record and share audio messages
ID hhioebinfndnigmghmjfhhkfopejbgfl
आधिकारिक URL https://chrome.google.com/webstore/detail/voxnote-record-and-share/hhioebinfndnigmghmjfhhkfopejbgfl
विवरण Record voice notes and save them as links to your favorite apps
फ़ाइल का आकार 453 KB
स्थापना संख्या 173
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2020-10-01
प्रकाशन तिथि 2020-10-01
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर TalkTalkMe
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://voxnote.app
सहायता पृष्ठ URL https://voxnote.app/contact
गोपनीयता नीति पृष्ठ URL https://talk-talk.me/privacy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Voxnote : Record and share audio messages",
    "short_name": "Voxnote",
    "author": "Voxnote INC",
    "version": "1.0.1",
    "manifest_version": 2,
    "minimum_chrome_version": "49",
    "description": "Record voice notes and save them as links to your favorite apps",
    "homepage_url": "https:\/\/github.com",
    "background": {
        "scripts": [
            "background.bundle.js",
            "OpusMediaRecorder.umd.js",
            "encoderWorker.umd.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.bundle.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": "images\/main-icon.png",
        "default_title": "Record voice in Chrome",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/main-icon.png",
        "22": "images\/main-icon.png",
        "32": "images\/main-icon.png",
        "48": "images\/main-icon.png",
        "128": "images\/main-icon.png"
    },
    "permissions": [
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'",
    "web_accessible_resources": [
        "images\/main-icon.png"
    ]
}