VoiceIt

Enables you to embed video and audio recordings in your emails.

Co to jest VoiceIt?

VoiceIt to rozszerzenie Chrome opracowane przez VoiceIt Team, a jego główną funkcją jest „Enables you to embed video and audio recordings in your emails.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia VoiceIt

Pobierz pliki rozszerzeń VoiceIt 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

                        VoiceIt allows you to record and paste voice messages directly into Gmail as a one-click playback link. No attachments in the email, no downloads for the recipients. Your message can be played any time on any device. 

VoiceIt has not been designed to replace the text email but to support answering emails quickly when you have no time for time-consuming typing or when you need to be more expressive.

VoiceIt expedites and streamlines business communication and makes your personal emails fun and live.

Impress your clients, surprise your friends. Let people hear you!

.....................

No signups, No account creation. Just add and start playing.                    

Podstawowe informacje o rozszerzeniu

Nazwa VoiceIt VoiceIt
ID dbgbmaegfonfndncfgmmikdlijnhbneh
Oficjalny URL https://chromewebstore.google.com/detail/voiceit/dbgbmaegfonfndncfgmmikdlijnhbneh
Opis Enables you to embed video and audio recordings in your emails.
Rozmiar pliku 96.12 KB
Liczba instalacji 43
Aktualna Wersja 0.1.9
Ostatnia Aktualizacja 2016-08-01
Data Publikacji 2016-08-01
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper VoiceIt Team
Typ Płatności free
Strona Rozszerzenia http://www.voiceit.to
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "VoiceIt",
    "description": "Enables you to embed video and audio recordings in your emails.",
    "version": "0.1.9",
    "permissions": [
        "http:\/\/mail.google.com\/*",
        "http:\/\/inbox.google.com\/*",
        "https:\/\/mail.google.com\/*",
        "https:\/\/inbox.google.com\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "lib\/inboxsdk.js",
                "injected\/main.js"
            ],
            "matches": [
                "http:\/\/mail.google.com\/*",
                "https:\/\/mail.google.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "frame\/frame.html"
    ],
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    }
}