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によって開発されたChromeの拡張機能で、その主な機能は「Record voice notes and save them as links to your favorite apps」です。

拡張機能のスクリーンショット

screenshot

Voxnote : Record and share audio messages拡張機能のCRXファイルをダウンロード

Voxnote : Record and share audio messages拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    ]
}