Switchvox Screen Sharing for Switchboard
Enables screen-sharing for chrome in the switchboard
Apa itu Switchvox Screen Sharing for Switchboard?
Switchvox Screen Sharing for Switchboard adalah ekstensi Chrome yang dikembangkan oleh Digium, Inc., dan fitur utamanya adalah "Enables screen-sharing for chrome in the switchboard".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Switchvox Screen Sharing for Switchboard
Unduh file ekstensi Switchvox Screen Sharing for Switchboard 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
This extension is for Switchvox users, and makes it possible to share your desktop computer screen in the Switchboard.
Informasi Dasar Ekstensi
Nama | Switchvox Screen Sharing for Switchboard |
ID | odnmjffmhmkbebhofkmeeejdbcofiejc |
URL Resmi | https://chromewebstore.google.com/detail/switchvox-screen-sharing/odnmjffmhmkbebhofkmeeejdbcofiejc |
Deskripsi | Enables screen-sharing for chrome in the switchboard |
Ukuran File | 4.03 KB |
Jumlah Instalasi | 884 |
Versi Saat Ini | 0.0.2 |
Terakhir Diperbarui | 2018-10-24 |
Tanggal Publikasi | 2018-10-24 |
Penilaian | 1.00/5 Total 1 Penilaian |
Pengembang | Digium, Inc. |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Switchvox Screen Sharing for Switchboard", "description": "Enables screen-sharing for chrome in the switchboard", "version": "0.0.2", "content_security_policy": "script-src 'self'; object-src 'self'", "permissions": [ "desktopCapture", "https:\/\/*\/*", "http:\/\/*\/*" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "content.js" ] } ] } |