Perculus 3 Screensharing Extension
This extension allows users to share their screens on Perculus 3 platform.
Apa itu Perculus 3 Screensharing Extension?
Perculus 3 Screensharing Extension adalah ekstensi Chrome yang dikembangkan oleh Advancity, dan fitur utamanya adalah "This extension allows users to share their screens on Perculus 3 platform.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Perculus 3 Screensharing Extension
Unduh file ekstensi Perculus 3 Screensharing Extension 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
Sakarya Üniversitesi için tanımlama yapıldı.
Informasi Dasar Ekstensi
Nama | Perculus 3 Screensharing Extension |
ID | hlkgeeoonjpbagonlokmppbmndadkidb |
URL Resmi | https://chromewebstore.google.com/detail/perculus-3-screensharing/hlkgeeoonjpbagonlokmppbmndadkidb |
Deskripsi | This extension allows users to share their screens on Perculus 3 platform. |
Ukuran File | 15.05 KB |
Jumlah Instalasi | 4,197 |
Versi Saat Ini | 1.0.0.6 |
Terakhir Diperbarui | 2019-10-22 |
Tanggal Publikasi | 2019-10-22 |
Penilaian | 3.22/5 Total 18 Penilaian |
Pengembang | Advancity |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en,tr |
manifest.json | |
{ "manifest_version": 2, "minimum_chrome_version": "34", "version": "1.0.0.6", "default_locale": "tr", "name": "__MSG_extName__", "short_name": "__MSG_extShortName__", "description": "__MSG_extDescription__", "permissions": [ "desktopCapture" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": true, "scripts": [ "script.js" ] }, "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "*:\/\/*.perculus.com\/*", "*:\/\/app.perculus.com\/*", "*:\/\/app-v3.perculus.com\/*", "*:\/\/test-app-v3.perculus.com\/*", "*:\/\/perculus-v3.almscloud.com\/*", "*:\/\/test-perculus-v3.almscloud.com\/*", "*:\/\/eders.dpu.edu.tr\/*", "*:\/\/sanalsinif.ebyu.edu.tr\/*", "*:\/\/*.sakarya.edu.tr\/*" ] }, "icons": { "128": "perculus_icon_128.png", "16": "perculus_icon_16.png", "48": "perculus_icon_48.png" }, "browser_action": { "default_icon": "perculus_icon_16.png" } } |