WeSchool Screen Sharing

A simple extension that allows you to share your desktop into meetings with WeSchool Meet.

Apa itu WeSchool Screen Sharing?

WeSchool Screen Sharing adalah ekstensi Chrome yang dikembangkan oleh https://app.weschool.com, dan fitur utamanya adalah "A simple extension that allows you to share your desktop into meetings with WeSchool Meet.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi WeSchool Screen Sharing

Unduh file ekstensi WeSchool Screen Sharing dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama WeSchool Screen Sharing WeSchool Screen Sharing
ID inemhnpdnjooccilpnijebmmajejgdho
URL Resmi https://chrome.google.com/webstore/detail/weschool-screen-sharing/inemhnpdnjooccilpnijebmmajejgdho
Deskripsi A simple extension that allows you to share your desktop into meetings with WeSchool Meet.
Ukuran File 11.25 KB
Jumlah Instalasi 1,189
Versi Saat Ini 0.1.6.2
Terakhir Diperbarui 2019-02-14
Tanggal Publikasi 2019-02-14
Penilaian 4.00/5 Total 23 Penilaian
Pengembang https://app.weschool.com
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WeSchool Screen Sharing",
    "description": "A simple extension that allows you to share your desktop into meetings with WeSchool Meet.",
    "version": "0.1.6.2",
    "minimum_chrome_version": "34",
    "icons": {
        "16": "favicon-16x16.png",
        "48": "favicon-48x48.png",
        "128": "favicon-128x128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "desktopCapture"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/meet.weschool.com\/*"
        ]
    }
}