Voxnote : Record and share audio messages

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

Qu'est-ce que Voxnote : Record and share audio messages ?

Voxnote : Record and share audio messages est une extension Chrome développée par TalkTalkMe, et sa fonction principale est "Record voice notes and save them as links to your favorite apps".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Voxnote : Record and share audio messages

Téléchargez les fichiers d'extension Voxnote : Record and share audio messages au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Voxnote : Record and share audio messages Voxnote : Record and share audio messages
ID hhioebinfndnigmghmjfhhkfopejbgfl
URL Officiel https://chrome.google.com/webstore/detail/voxnote-record-and-share/hhioebinfndnigmghmjfhhkfopejbgfl
Description Record voice notes and save them as links to your favorite apps
Taille du Fichier 453 KB
Nombre d'Installations 173
Version Actuelle 1.0.1
Dernière Mise à Jour 2020-10-01
Date de Publication 2020-10-01
Évaluation 5.00/5 Total 2 Évaluations
Développeur TalkTalkMe
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://voxnote.app
URL de la Page d'Aide https://voxnote.app/contact
URL de la Page de Politique de Confidentialité https://talk-talk.me/privacy
Langues Prises en Charge 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"
    ]
}