ConexED Screen Sharing

Chrome screen sharing extension for the ConexED platform

ConexED Screen Sharingคืออะไร?

ConexED Screen Sharing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://conexed.com และคุณลักษณะหลักของมันคือ "Chrome screen sharing extension for the ConexED platform"

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

screenshot

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

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

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

                        Share your full desktop or select an application window to share.  (Note:  others will be able to see a higher resolution of your shared application if your application's window is smaller than full screen.  Application windows sized around 800x400 work best.)                    

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

ชื่อ ConexED Screen Sharing ConexED Screen Sharing
ID fadlnhpmllgjcllbnpjdknlbnnpammlg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/conexed-screen-sharing/fadlnhpmllgjcllbnpjdknlbnnpammlg
คำอธิบาย Chrome screen sharing extension for the ConexED platform
ขนาดไฟล์ 15.6 KB
จำนวนการติดตั้ง 20,000
เวอร์ชันปัจจุบัน 1.7.3
อัปเดตครั้งล่าสุด 2018-09-26
วันที่เผยแพร่ 2018-09-26
คะแนน 4.00/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา https://conexed.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://conexed.com
URL หน้าช่วยเหลือ https://blog.conexed.com/help-center/
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ConexED Screen Sharing",
    "version": "1.7.3",
    "manifest_version": 2,
    "description": "Chrome screen sharing extension for the ConexED platform",
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.craniumcafe.com\/*",
            "https:\/\/*.conexed.com\/*"
        ]
    },
    "icons": {
        "16": "images\/16x16-C.png",
        "32": "images\/32x32-C.png",
        "48": "images\/48x48-C.png",
        "128": "images\/128x128-C.png"
    },
    "permissions": [
        "desktopCapture",
        "https:\/\/*.craniumcafe.com\/*",
        "https:\/\/*.conexed.com\/*"
    ],
    "web_accessible_resources": [
        "images\/48x48-C.png"
    ]
}