InstaVC Desktop Sharing Extension

Extension to allow desktop sharing in InstaVC WebRTC applications.

InstaVC Desktop Sharing Extensionคืออะไร?

InstaVC Desktop Sharing Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://conference.instavc.com และคุณลักษณะหลักของมันคือ "Extension to allow desktop sharing in InstaVC WebRTC applications."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย InstaVC Desktop Sharing Extension

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

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

                        InstaVC Screen Share Plugin                    

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

ชื่อ InstaVC Desktop Sharing Extension InstaVC Desktop Sharing Extension
ID jckdbnkecmmpemaghimijhehobdeplmd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/instavc-desktop-sharing-e/jckdbnkecmmpemaghimijhehobdeplmd
คำอธิบาย Extension to allow desktop sharing in InstaVC WebRTC applications.
ขนาดไฟล์ 15.53 KB
จำนวนการติดตั้ง 567
เวอร์ชันปัจจุบัน 3.3
อัปเดตครั้งล่าสุด 2019-05-23
วันที่เผยแพร่ 2019-05-22
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://conference.instavc.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "manifest_version": 2,
    "minimum_chrome_version": "49",
    "name": "InstaVC Desktop Sharing Extension",
    "permissions": [
        "desktopCapture"
    ],
    "short_name": "Desktop sharing for InstaVC WebRTC",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.3",
    "background": {
        "persistent": true,
        "scripts": [
            "script.js"
        ]
    },
    "description": "Extension to allow desktop sharing in InstaVC WebRTC applications.",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.instavc.com\/*",
            "*:\/\/test.instavc.com\/*",
            "*:\/\/203.196.151.139\/*",
            "*:\/\/*.wificlasses.com\/*",
            "*:\/\/*.careclix.com\/*",
            "*:\/\/*.robotec.com\/*",
            "*:\/\/*.tutorsweb.com\/*",
            "*:\/\/*.mpmindia.com\/*",
            "*:\/\/*.thehindu.co.in\/*",
            "*:\/\/*.nrilegalservices.com\/*",
            "*:\/\/*.kgisl.com\/*",
            "*:\/\/*.irancell.ir\/*",
            "*:\/\/*.cholainsurance.com\/*",
            "*:\/\/*.pardisco.ir\/*",
            "*:\/\/*.nwsc.co.ug\/*",
            "*:\/\/*.grtjewels.com\/*",
            "*:\/\/*.ckclive.com\/*",
            "*:\/\/*.dnsalias.com\/*",
            "*:\/\/*.ipindia.gov.in\/*"
        ]
    },
    "icons": {
        "128": "128.png",
        "16": "16.png",
        "48": "48.png"
    },
    "browser_action": {
        "default_icon": "16.png"
    }
}