ebox screen sharing

This Chrome extension is developed primary for WECYOU. It doesn't do anything except capture content of your screen.

Apa itu ebox screen sharing?

ebox screen sharing adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "This Chrome extension is developed primary for WECYOU. It doesn't do anything except capture content of your screen.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi ebox screen sharing

Unduh file ekstensi ebox 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

                        ebox screen sharing                    

Informasi Dasar Ekstensi

Nama ebox screen sharing ebox screen sharing
ID aakbafpihdhaaddmgblognchdoiciloj
URL Resmi https://chromewebstore.google.com/detail/ebox-screen-sharing/aakbafpihdhaaddmgblognchdoiciloj
Deskripsi This Chrome extension is developed primary for WECYOU. It doesn't do anything except capture content of your screen.
Ukuran File 28.92 KB
Jumlah Instalasi 48
Versi Saat Ini 2.0
Terakhir Diperbarui 2019-11-20
Tanggal Publikasi 2019-11-20
Pengembang Unknown
Tipe Pembayaran free
Bahasa yang Didukung it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ebox screen sharing",
    "author": "Wecyou S.r.l.",
    "version": "2.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This Chrome extension is developed primary for WECYOU. It doesn't do anything except capture content of your screen.",
    "homepage_url": "http:\/\/www.wecyou.it\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:4200\/*",
            "https:\/\/ebox-web.azurewebsites.net\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}