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"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Connectivity Sender
ดาวน์โหลดไฟล์ส่วนขยาย Connectivity Sender ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 } |