VoiceIt

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

VoiceIt là gì?

VoiceIt là một tiện ích mở rộng Chrome được phát triển bởi VoiceIt Team, và tính năng chính của nó là "Enables you to embed video and audio recordings in your emails.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng VoiceIt

Tải xuống các tệp mở rộng VoiceIt dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên VoiceIt VoiceIt
ID dbgbmaegfonfndncfgmmikdlijnhbneh
URL Chính Thức https://chromewebstore.google.com/detail/voiceit/dbgbmaegfonfndncfgmmikdlijnhbneh
Mô tả Enables you to embed video and audio recordings in your emails.
Kích Thước Tệp 96.12 KB
Số Lần Cài Đặt 43
Phiên Bản Hiện Tại 0.1.9
Cập Nhật Lần Cuối 2016-08-01
Ngày Phát Hành 2016-08-01
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển VoiceIt Team
Loại Thanh Toán free
Trang Web Mở Rộng http://www.voiceit.to
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}