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
官方網址 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"
    }
}