Connectivity Sender

Connectivity Sender mirrors the screen of your computer to another computer that is connected by Wi-Fi network

Vad är Connectivity Sender?

Connectivity Sender är en Chrome-tillägg utvecklad av http://www.edito.biz, och dess huvudfunktion är "Connectivity Sender mirrors the screen of your computer to another computer that is connected by Wi-Fi network".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Connectivity Sender-förlängningens CRX-fil

Ladda ner Connectivity Sender-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Connectivity Sender Connectivity Sender
ID fohlmkobgogbhacjdakifagilkfahkfo
Officiell webbadress https://chrome.google.com/webstore/detail/connectivity-sender/fohlmkobgogbhacjdakifagilkfahkfo
Beskrivning Connectivity Sender mirrors the screen of your computer to another computer that is connected by Wi-Fi network
Filstorlek 1.83 MB
Antal Installationer 691
Aktuell Version 1.0.6
Senast Uppdaterad 2020-04-07
Publiceringsdatum 2020-04-06
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare http://www.edito.biz
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://www.edito.biz/product/connectivity/chrome/intro
Hjälpsida URL http://www.edito.biz/product/connectivity/chrome/support
URL till Sekretesspolicy Sidan http://www.edito.biz/product/connectivity/chrome/privacy-policy
Stödda Språk 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
}