Voice Chat API

Start Talking

Voice Chat API là gì?

Voice Chat API là một tiện ích mở rộng Chrome được phát triển bởi https://voicechatapi.com, và tính năng chính của nó là "Start Talking".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Voice Chat API 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

                        Voice Chat API makes it easier for you to do a free voice chat anywhere on the web.

How to use:
1. Create a voice chat room by clicking on the extension icon.
2. Fetch the URL of the room, returned by the extension.
3. Invite your teammates, friends and others with the URL.
4. Visit your chat room and start an audio conference.

What is this?
Voice Chat API is a free, open-source audio conferencing web service exposed via an API. It works only on the non-mobile web browsers as it's based on WebRTC.

Tips:
- Create a voice chat room right off your chatting app like Hipchat, Campfire or Flowdock: https://github.com/dhfromkorea/hubot-scripts/blob/master/src/scripts/voicechat.coffee
- This app was built using the Plivo webSDK: https://plivo.com/docs/web/sdk
- Fork the repo and make this app more powerful: https://github.com/plivo/voicechat

Bug reports & feedback: send us a note at [email protected]                    

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

Tên Voice Chat API Voice Chat API
ID mmamadaodppejbaffaagddokjjekifoe
URL Chính Thức https://chromewebstore.google.com/detail/voice-chat-api/mmamadaodppejbaffaagddokjjekifoe
Mô tả Start Talking
Kích Thước Tệp 62.17 KB
Số Lần Cài Đặt 957
Phiên Bản Hiện Tại 0.4
Cập Nhật Lần Cuối 2014-01-31
Ngày Phát Hành 2014-01-30
Đánh Giá 3.35/5 Tổng số 17 Đánh Giá
Nhà Phát Triển https://voicechatapi.com
Loại Thanh Toán free
Trang Web Mở Rộng http://voicechatapi.com
URL Trang Trợ Giúp http://voicechatapi.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Voice Chat API",
    "version": "0.4",
    "default_locale": "en",
    "description": "Start Talking",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Voice Chat",
        "default_popup": "src\/popup.html"
    },
    "permissions": [
        "https:\/\/voicechatapi.com\/",
        "http:\/\/voicechatapi.com\/"
    ],
    "content_security_policy": "script-src https:\/\/voicechatapi.com\/; object-src 'self'"
}