Perculus 3 Screensharing Extension
This extension allows users to share their screens on Perculus 3 platform.
Co to jest Perculus 3 Screensharing Extension?
Perculus 3 Screensharing Extension to rozszerzenie Chrome opracowane przez Advancity, a jego główną funkcją jest „This extension allows users to share their screens on Perculus 3 platform.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Perculus 3 Screensharing Extension
Pobierz pliki rozszerzeń Perculus 3 Screensharing Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Sakarya Üniversitesi için tanımlama yapıldı. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | hlkgeeoonjpbagonlokmppbmndadkidb |
| Oficjalny URL | https://chromewebstore.google.com/detail/perculus-3-screensharing/hlkgeeoonjpbagonlokmppbmndadkidb |
| Opis | This extension allows users to share their screens on Perculus 3 platform. |
| Rozmiar pliku | 15.05 KB |
| Liczba instalacji | 4,197 |
| Aktualna Wersja | 1.0.0.6 |
| Ostatnia Aktualizacja | 2019-10-22 |
| Data Publikacji | 2019-10-22 |
| Ocena | 3.22/5 Łącznie 18 Oceny |
| Deweloper | Advancity |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
}
} | |