Extensión Compartir-Pantalla

Esta extensión permite compartir pantalla en las salas de ClassOnLive

Extensión Compartir-Pantallaคืออะไร?

Extensión Compartir-Pantalla เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.classonlive.com และคุณลักษณะหลักของมันคือ "Esta extensión permite compartir pantalla en las salas de ClassOnLive"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Extensión Compartir-Pantalla

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

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

                        Esta extensión permitirá compartir pantalla en las salas de videoconferencia de ClassOnLive.                    

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

ชื่อ Extensión Compartir-Pantalla Extensión Compartir-Pantalla
ID ppfkmgmknkindblboiieegbldpbnhklf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/extensi%C3%B3n-compartir-panta/ppfkmgmknkindblboiieegbldpbnhklf
คำอธิบาย Esta extensión permite compartir pantalla en las salas de ClassOnLive
ขนาดไฟล์ 8.34 KB
จำนวนการติดตั้ง 4,424
เวอร์ชันปัจจุบัน 3.11
อัปเดตครั้งล่าสุด 2016-03-08
วันที่เผยแพร่ 2016-03-08
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://www.classonlive.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.classonlive.com
URL หน้าช่วยเหลือ https://www.classonlive.com/contacta-con-nosotros-atencion-al-cliente-contacto
ภาษาที่รองรับ es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Extensi\u00f3n Compartir-Pantalla",
    "author": "ClassOnLive",
    "version": "3.11",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Esta extensi\u00f3n permite compartir pantalla en las salas de ClassOnLive",
    "homepage_url": "https:\/\/www.classonlive.com\/getSourceId.html",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                "*:\/\/www.classonlive.com\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}