Voxnote : Record and share audio messages

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

Co je Voxnote : Record and share audio messages?

Voxnote : Record and share audio messages je rozšíření Chrome vyvinuté TalkTalkMe, a jeho hlavní funkcí je „Record voice notes and save them as links to your favorite apps“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Voxnote : Record and share audio messages

Stáhněte si soubory rozšíření Voxnote : Record and share audio messages ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Voxnote : Record and share audio messages Voxnote : Record and share audio messages
ID hhioebinfndnigmghmjfhhkfopejbgfl
Oficiální URL https://chrome.google.com/webstore/detail/voxnote-record-and-share/hhioebinfndnigmghmjfhhkfopejbgfl
Popis Record voice notes and save them as links to your favorite apps
Velikost souboru 453 KB
Počet instalací 173
Aktuální Verze 1.0.1
Poslední Aktualizace 2020-10-01
Datum Vydání 2020-10-01
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář TalkTalkMe
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://voxnote.app
URL Stránky Nápovědy https://voxnote.app/contact
URL Stránky Zásad Ochrany Soukromí https://talk-talk.me/privacy
Podporované Jazyky 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"
    ]
}