CCR EasyConnect Screen Sharing

Screen sharing extension for an WebRTC Application. Based on https://github.com/muaz-khan/Chrome-Extensions/

CCR EasyConnect Screen Sharingคืออะไร?

CCR EasyConnect Screen Sharing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย CCR Danismanlik A.S. และคุณลักษณะหลักของมันคือ "Screen sharing extension for an WebRTC Application. Based on https://github.com/muaz-khan/Chrome-Extensions/"

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

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

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

                                            

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

ชื่อ CCR EasyConnect Screen Sharing CCR EasyConnect Screen Sharing
ID ohhhhjaifmehnkcoipjlmdplakadfdge
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ccr-easyconnect-screen-sh/ohhhhjaifmehnkcoipjlmdplakadfdge
คำอธิบาย Screen sharing extension for an WebRTC Application. Based on https://github.com/muaz-khan/Chrome-Extensions/
ขนาดไฟล์ 15.23 KB
จำนวนการติดตั้ง 33
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2017-02-08
วันที่เผยแพร่ 2017-02-08
ผู้พัฒนา CCR Danismanlik A.S.
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CCR EasyConnect Screen Sharing",
    "short_name": "Screen Sharing",
    "author": "CCR EasyConnect",
    "description": "Screen sharing extension for an WebRTC Application. Based on https:\/\/github.com\/muaz-khan\/Chrome-Extensions\/",
    "version": "1.2",
    "manifest_version": 2,
    "minimum_chrome_version": "45",
    "homepage_url": "https:\/\/chat.ccr.com.tr\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/chat.ccr.com.tr:441\/*",
                "https:\/\/chat.ccr.com.tr\/*"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon128.png"
    ]
}