Connectivity Sender

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

ما هو Connectivity Sender؟

Connectivity Sender هو إضافة Chrome تم تطويرها بواسطة http://www.edito.biz، والميزة الرئيسية لها هي "Connectivity Sender mirrors the screen of your computer to another computer that is connected by Wi-Fi network".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Connectivity Sender

قم بتنزيل ملفات الامتداد Connectivity Sender بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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.                    

معلومات أساسية عن التمديد

الاسم Connectivity Sender Connectivity Sender
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
عنوان صفحة المساعدة http://www.edito.biz/product/connectivity/chrome/support
عنوان صفحة سياسة الخصوصية 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
}