Connectivity Sender
Connectivity Sender mirrors the screen of your computer to another computer that is connected by Wi-Fi network
Connectivity Sender क्या है?
Connectivity Sender http://www.edito.biz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Connectivity Sender mirrors the screen of your computer to another computer that is connected by Wi-Fi network"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Connectivity Sender एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Connectivity Sender mirrors the screen of your computer to another computer that is connected by Wi-Fi network so that you can display the screen onto a TV, monitor or projector.1. Open Chrome extension app and select the name of the computer to connect 2. Select the screen to mirror. You need a Windows PC with a Connectivity Receiver software installed and connected to a TV, monitor or project. Also your computer and the Windows PC should be connected via Wi-Fi network.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | fohlmkobgogbhacjdakifagilkfahkfo |
आधिकारिक URL | https://chrome.google.com/webstore/detail/connectivity-sender/fohlmkobgogbhacjdakifagilkfahkfo |
विवरण | Connectivity Sender mirrors the screen of your computer to another computer that is connected by Wi-Fi network |
फ़ाइल का आकार | 1.83 MB |
स्थापना संख्या | 691 |
वर्तमान संस्करण | 1.0.6 |
अंतिम अपडेट | 2020-04-07 |
प्रकाशन तिथि | 2020-04-06 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | http://www.edito.biz |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.edito.biz/product/connectivity/chrome/intro |
सहायता पृष्ठ URL | http://www.edito.biz/product/connectivity/chrome/support |
गोपनीयता नीति पृष्ठ URL | http://www.edito.biz/product/connectivity/chrome/privacy-policy |
समर्थित भाषाएँ | en,zh-CN,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDesc__", "version": "1.0.6", "default_locale": "en", "options_page": "options.html", "permissions": [ "storage", "desktopCapture", "tabs" ], "background": { "scripts": [ "logger.js", "jsencrypt.min.js", "crypt.js", "serverlist.js", "context.js", "capture.js", "control.js", "avcontrol.js", "packet.js", "background.js" ], "persistent": true }, "browser_action": { "default_title": "__MSG_extName__", "default_popup": "popup.html" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "manifest_version": 2 } |