ConXShare

Use ConXShare to cast your desktop to Mondopad and ConXBoard App.

ConXShareคืออะไร?

ConXShare เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ConX by Avistar และคุณลักษณะหลักของมันคือ "Use ConXShare to cast your desktop to Mondopad and ConXBoard App."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ConXShare

ดาวน์โหลดไฟล์ส่วนขยาย ConXShare ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Cast your computer’s screen to Mondopad and ConXBoard app.  

Just install the extension on your chrome browser.  From ConXShare, you can see all the Mondopads and ConXBoards on the same network.  Select the device you want to cast your computer to, enter the security pin code provided on the receiving device, choose the screen if you have multiple desktops, and start sharing.  Now your content will show up on the selected receiver’s screen, with sound.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ConXShare ConXShare
ID mkoaegakfkokpjmkbibgbghjbeikaena
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/conxshare/mkoaegakfkokpjmkbibgbghjbeikaena
คำอธิบาย Use ConXShare to cast your desktop to Mondopad and ConXBoard App.
ขนาดไฟล์ 78.42 KB
จำนวนการติดตั้ง 46
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2019-12-05
วันที่เผยแพร่ 2019-12-04
ผู้พัฒนา ConX by Avistar
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.infocus.com/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.1",
    "default_locale": "en",
    "options_page": "options.html",
    "permissions": [
        "storage",
        "desktopCapture"
    ],
    "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
}