Sling Desktop Share
This extension allows the slingapp.net website to share your screen.
Sling Desktop Share क्या है?
Sling Desktop Share http://slingapp.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows the slingapp.net website to share your screen."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Sling Desktop Share एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension activates the Chrome desktop share screen picker and relays a chosen screen to any webpage that calls it.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | pecpbndlndfegjibmbaplkjdkhdgmnei |
आधिकारिक URL | https://chrome.google.com/webstore/detail/sling-desktop-share/pecpbndlndfegjibmbaplkjdkhdgmnei |
विवरण | This extension allows the slingapp.net website to share your screen. |
फ़ाइल का आकार | 4.78 KB |
स्थापना संख्या | 242 |
वर्तमान संस्करण | 1.1.2 |
अंतिम अपडेट | 2017-06-06 |
प्रकाशन तिथि | 2017-06-06 |
रेटिंग | 3.67/5 कुल 6 रेटिंग्स |
डेवलपर | http://slingapp.net |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://slingapp.net |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sling Desktop Share", "description": "This extension allows the slingapp.net website to share your screen.", "version": "1.1.2", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "sling64.png" }, "permissions": [ "activeTab", "desktopCapture", "tabs" ], "externally_connectible": { "matches": [ "*:\/\/slingapp.net\/*", "*:\/\/*.slingapp.net\/*" ] } } |