Voxnote : Record and share audio messages

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

Co to jest Voxnote : Record and share audio messages?

Voxnote : Record and share audio messages to rozszerzenie Chrome opracowane przez TalkTalkMe, a jego główną funkcją jest „Record voice notes and save them as links to your favorite apps”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Voxnote : Record and share audio messages

Pobierz pliki rozszerzeń Voxnote : Record and share audio messages w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Voxnote : Record and share audio messages Voxnote : Record and share audio messages
ID hhioebinfndnigmghmjfhhkfopejbgfl
Oficjalny URL https://chrome.google.com/webstore/detail/voxnote-record-and-share/hhioebinfndnigmghmjfhhkfopejbgfl
Opis Record voice notes and save them as links to your favorite apps
Rozmiar pliku 453 KB
Liczba instalacji 173
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2020-10-01
Data Publikacji 2020-10-01
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper TalkTalkMe
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://voxnote.app
Adres URL Strony Pomocy https://voxnote.app/contact
Adres URL Strony Polityki Prywatności https://talk-talk.me/privacy
Obsługiwane Języki 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"
    ]
}