Voxnote : Record and share audio messages

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

Hvad er Voxnote : Record and share audio messages?

Voxnote : Record and share audio messages er en Chrome-udvidelse udviklet af TalkTalkMe, og dens hovedfunktion er "Record voice notes and save them as links to your favorite apps".

Udvidelsesskærmbilleder

screenshot

Download Voxnote : Record and share audio messages-udvidelses-CRX-fil

Download Voxnote : Record and share audio messages-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Voxnote : Record and share audio messages Voxnote : Record and share audio messages
ID hhioebinfndnigmghmjfhhkfopejbgfl
Officiel URL https://chrome.google.com/webstore/detail/voxnote-record-and-share/hhioebinfndnigmghmjfhhkfopejbgfl
Beskrivelse Record voice notes and save them as links to your favorite apps
Filstørrelse 453 KB
Antal Installationer 173
Nuværende Version 1.0.1
Senest Opdateret 2020-10-01
Udgivelsesdato 2020-10-01
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler TalkTalkMe
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://voxnote.app
Hjælpeside-URL https://voxnote.app/contact
URL til Fortrolighedspolitik Side https://talk-talk.me/privacy
Understøttede Sprog 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"
    ]
}