RemoteEye Screensharing
Chrome extension to enable Screen sharing on RemoteEye.
RemoteEye Screensharing क्या है?
RemoteEye Screensharing https://app.remoteeye.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome extension to enable Screen sharing on RemoteEye."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में RemoteEye Screensharing एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Chrome extension to enable Screen sharing on RemoteEye.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | hfceddghiillmnhcbpenkhofgpkdonbl |
आधिकारिक URL | https://chromewebstore.google.com/detail/remoteeye-screensharing/hfceddghiillmnhcbpenkhofgpkdonbl |
विवरण | Chrome extension to enable Screen sharing on RemoteEye. |
फ़ाइल का आकार | 34.16 KB |
स्थापना संख्या | 81 |
वर्तमान संस्करण | 3.0 |
अंतिम अपडेट | 2017-09-14 |
प्रकाशन तिथि | 2017-09-14 |
डेवलपर | https://app.remoteeye.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.remoteeye.com |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RemoteEye Screensharing", "author": "RemoteEye", "version": "3.0", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Chrome extension to enable Screen sharing on RemoteEye.", "homepage_url": "http:\/\/www.remoteeye.com\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.app.remoteeye.com\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |