Coffee Table Screen Sharing
A simple extension that allows user to share his desktop screens with other participants of Coffee Table Video Meetings.
Coffee Table Screen Sharing क्या है?
Coffee Table Screen Sharing https://coffeetable.vc द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple extension that allows user to share his desktop screens with other participants of Coffee Table Video Meetings."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Coffee Table Screen Sharing एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Screen sharing extension for Coffee Table video meetings. For Chrome browser only. For any issues or queries, contact us on [email protected]
एक्सटेंशन की मूल जानकारी
नाम | Coffee Table Screen Sharing |
ID | akdogkogbflojojlnmfojnjnghkmdjbc |
आधिकारिक URL | https://chromewebstore.google.com/detail/coffee-table-screen-shari/akdogkogbflojojlnmfojnjnghkmdjbc |
विवरण | A simple extension that allows user to share his desktop screens with other participants of Coffee Table Video Meetings. |
फ़ाइल का आकार | 6.14 KB |
स्थापना संख्या | 18 |
वर्तमान संस्करण | 0.0.0.6 |
अंतिम अपडेट | 2015-09-23 |
प्रकाशन तिथि | 2015-09-22 |
डेवलपर | https://coffeetable.vc |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Saurabh Pabhare", "name": "Coffee Table Screen Sharing", "description": "A simple extension that allows user to share his desktop screens with other participants of Coffee Table Video Meetings.", "version": "0.0.0.6", "manifest_version": 2, "minimum_chrome_version": "34", "icons": { "128": "fav-icon.png", "16": "fav-icon.png", "48": "fav-icon.png" }, "permissions": [ "desktopCapture" ], "background": { "persistent": true, "scripts": [ "background.js" ] }, "externally_connectable": { "matches": [ "*:\/\/coffeetable.vc\/*", "*:\/\/www.coffeetable.vc\/*" ] }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |