VoiceIt

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

VoiceItとは何ですか?

VoiceItはVoiceIt Teamによって開発されたChromeの拡張機能で、その主な機能は「Enables you to embed video and audio recordings in your emails.」です。

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

screenshot
screenshot
screenshot

VoiceIt拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 VoiceIt VoiceIt
ID dbgbmaegfonfndncfgmmikdlijnhbneh
公式URL https://chromewebstore.google.com/detail/voiceit/dbgbmaegfonfndncfgmmikdlijnhbneh
説明 Enables you to embed video and audio recordings in your emails.
ファイルサイズ 96.12 KB
インストール数 43
現在のバージョン 0.1.9
最終更新日 2016-08-01
公開日 2016-08-01
評価 5.00/5 合計 4 レビュー
開発者 VoiceIt Team
支払い方法 free
拡張機能のウェブサイト http://www.voiceit.to
対応言語 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"
    }
}