Desktop Sharing

Extensión que permite compartir el escritorio usando el videoportal de Colabora

Desktop Sharingคืออะไร?

Desktop Sharing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย colaborauc และคุณลักษณะหลักของมันคือ "Extensión que permite compartir el escritorio usando el videoportal de Colabora"

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

screenshot

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

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

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

                        Extensión para compartir pantalla.                    

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

ชื่อ Desktop Sharing Desktop Sharing
ID apnakfcanmbhkpnjaibaognmepbfjmcl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/desktop-sharing/apnakfcanmbhkpnjaibaognmepbfjmcl
คำอธิบาย Extensión que permite compartir el escritorio usando el videoportal de Colabora
ขนาดไฟล์ 10.99 KB
จำนวนการติดตั้ง 271
เวอร์ชันปัจจุบัน 1.0.8
อัปเดตครั้งล่าสุด 2019-02-19
วันที่เผยแพร่ 2019-02-19
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา colaborauc
ประเภทการชำระเงิน free
ภาษาที่รองรับ es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Desktop Sharing",
    "author": "Colabora Comunicaciones Unificadas",
    "version": "1.0.8",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Extensi\u00f3n que permite compartir el escritorio usando el videoportal de Colabora",
    "homepage_url": "https:\/\/webextensions1.consultic.es\/",
    "background": {
        "scripts": [
            "videoportal-background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "videoportal.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.consultic.es\/*",
                "https:\/\/*.consultic.es\/vp\/*",
                "https:\/\/vpusers.cola-bora.com\/*",
                "https:\/\/localhost:3031\/*",
                "https:\/\/localhost:3031\/vp\/*",
                "https:\/\/vpusers.gluppi.com\/*",
                "https:\/\/user.gluppi.com\/vp\/*"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Compartir Escritorio"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}