Voice Chat API

Start Talking

Voice Chat API란 무엇입니까?

Voice Chat API은(는) https://voicechatapi.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Start Talking"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Voice Chat API 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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]                    

확장 프로그램 기본 정보

이름 Voice Chat API Voice Chat API
ID mmamadaodppejbaffaagddokjjekifoe
공식 URL https://chromewebstore.google.com/detail/voice-chat-api/mmamadaodppejbaffaagddokjjekifoe
설명 Start Talking
파일 크기 62.17 KB
설치 횟수 957
현재 버전 0.4
최근 업데이트 2014-01-31
출시 날짜 2014-01-30
평점 3.35/5 총 17 개의 평점
개발자 https://voicechatapi.com
결제 유형 free
확장 프로그램 웹 사이트 http://voicechatapi.com
도움말 페이지 URL http://voicechatapi.com
지원되는 언어 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'"
}