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"
    }
}