VOXBOX - Emails With Voice

Add a voice message to your Gmail emails. Instantly share VOXBOX voice recordings in your Gmail emails. Save Time - A more…

VOXBOX - Emails With Voiceとは何ですか?

VOXBOX - Emails With Voiceはhttps://voxbox.aiによって開発されたChromeの拡張機能で、その主な機能は「Add a voice message to your Gmail emails. Instantly share VOXBOX voice recordings in your Gmail emails. Save Time - A more…」です。

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

screenshot

VOXBOX - Emails With Voice拡張機能のCRXファイルをダウンロード

VOXBOX - Emails With Voice拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Add a voice message to your Gmail emails.

Instantly share VOXBOX voice recordings in your Gmail emails.

Save Time - A more efficient, expressive, effective way to communicate.

Avoid Confusion - Dr Albert Mehrabian researchs shows voice & tone are 5.4X more powerful than words. Add context & colour to your words through voice.

Work Smarter - Faster than typing an email.

PRIVACY: VOXBOX doesn't collect any data.                    

拡張機能の基本情報

名前 VOXBOX - Emails With Voice VOXBOX - Emails With Voice
ID ologgbjjagkhofeclcoobnhhlogecbjo
公式URL https://chromewebstore.google.com/detail/voxbox-emails-with-voice/ologgbjjagkhofeclcoobnhhlogecbjo
説明 Add a voice message to your Gmail emails. Instantly share VOXBOX voice recordings in your Gmail emails. Save Time - A more…
ファイルサイズ 929 KB
インストール数 36
現在のバージョン 1.0.0
最終更新日 2021-04-26
公開日 2021-04-25
評価 5.00/5 合計 1 レビュー
開発者 https://voxbox.ai
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.voxbox.ai/
ヘルプページのURL https://www.voxbox.ai/support
プライバシーポリシーページのURL https://www.voxbox.ai/privacy
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "VOXBOX - Emails With Voice",
    "short_name": "VOXBOX - Emails With Voice",
    "description": "",
    "version": "1.0.0",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/*",
                "*:\/\/inbox.google.com\/*"
            ],
            "js": [
                "content.bundle.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "icons": {
        "128": "128.png"
    },
    "web_accessible_resources": [
        "*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';"
}