Voice Chat API
Start Talking
Voice Chat API क्या है?
Voice Chat API https://voicechatapi.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Start Talking"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Voice Chat API एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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'" } |