Perculus 3 Screensharing Extension
This extension allows users to share their screens on Perculus 3 platform.
Co je Perculus 3 Screensharing Extension?
Perculus 3 Screensharing Extension je rozšíření Chrome vyvinuté Advancity, a jeho hlavní funkcí je „This extension allows users to share their screens on Perculus 3 platform.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Perculus 3 Screensharing Extension
Stáhněte si soubory rozšíření Perculus 3 Screensharing Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Sakarya Üniversitesi için tanımlama yapıldı.
Základní Informace o Rozšíření
Název | Perculus 3 Screensharing Extension |
ID | hlkgeeoonjpbagonlokmppbmndadkidb |
Oficiální URL | https://chromewebstore.google.com/detail/perculus-3-screensharing/hlkgeeoonjpbagonlokmppbmndadkidb |
Popis | This extension allows users to share their screens on Perculus 3 platform. |
Velikost souboru | 15.05 KB |
Počet instalací | 4,197 |
Aktuální Verze | 1.0.0.6 |
Poslední Aktualizace | 2019-10-22 |
Datum Vydání | 2019-10-22 |
Hodnocení | 3.22/5 Celkem 18 Hodnocení |
Vývojář | Advancity |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } } |