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…

Wat is VOXBOX - Emails With Voice?

VOXBOX - Emails With Voice is een Chrome-extensie ontwikkeld door https://voxbox.ai, en de belangrijkste functie is "Add a voice message to your Gmail emails. Instantly share VOXBOX voice recordings in your Gmail emails. Save Time - A more…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie VOXBOX - Emails With Voice

Download VOXBOX - Emails With Voice-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam VOXBOX - Emails With Voice VOXBOX - Emails With Voice
ID ologgbjjagkhofeclcoobnhhlogecbjo
Officiële URL https://chromewebstore.google.com/detail/voxbox-emails-with-voice/ologgbjjagkhofeclcoobnhhlogecbjo
Beschrijving Add a voice message to your Gmail emails. Instantly share VOXBOX voice recordings in your Gmail emails. Save Time - A more…
Bestandsgrootte 929 KB
Aantal Installaties 36
Huidige Versie 1.0.0
Laatst Bijgewerkt 2021-04-26
Publicatiedatum 2021-04-25
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://voxbox.ai
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.voxbox.ai/
Help Pagina-URL https://www.voxbox.ai/support
URL van de Privacybeleid Pagina https://www.voxbox.ai/privacy
Ondersteunde Talen 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';"
}