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…

Co to jest VOXBOX - Emails With Voice?

VOXBOX - Emails With Voice to rozszerzenie Chrome opracowane przez https://voxbox.ai, a jego główną funkcją jest „Add a voice message to your Gmail emails. Instantly share VOXBOX voice recordings in your Gmail emails. Save Time - A more…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia VOXBOX - Emails With Voice

Pobierz pliki rozszerzeń VOXBOX - Emails With Voice w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa VOXBOX - Emails With Voice VOXBOX - Emails With Voice
ID ologgbjjagkhofeclcoobnhhlogecbjo
Oficjalny URL https://chromewebstore.google.com/detail/voxbox-emails-with-voice/ologgbjjagkhofeclcoobnhhlogecbjo
Opis Add a voice message to your Gmail emails. Instantly share VOXBOX voice recordings in your Gmail emails. Save Time - A more…
Rozmiar pliku 929 KB
Liczba instalacji 36
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2021-04-26
Data Publikacji 2021-04-25
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://voxbox.ai
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.voxbox.ai/
Adres URL Strony Pomocy https://www.voxbox.ai/support
Adres URL Strony Polityki Prywatności https://www.voxbox.ai/privacy
Obsługiwane Języki 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';"
}