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
官方網址 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
電子郵箱 [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';"
}