e-class.live Helper Plugin
e-class.live Desktop capturing extension
Co to jest e-class.live Helper Plugin?
e-class.live Helper Plugin to rozszerzenie Chrome opracowane przez https://e-class.live, a jego główną funkcją jest „e-class.live Desktop capturing extension”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia e-class.live Helper Plugin
Pobierz pliki rozszerzeń e-class.live Helper Plugin 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
This is a helper extension for Electromeet website, it is needed for normal functioning of web applications at https://e-class.live/
Podstawowe informacje o rozszerzeniu
Nazwa | e-class.live Helper Plugin |
ID | iddoeekjnenplhpimdfdkiageicmiiie |
Oficjalny URL | https://chromewebstore.google.com/detail/e-classlive-helper-plugin/iddoeekjnenplhpimdfdkiageicmiiie |
Opis | e-class.live Desktop capturing extension |
Rozmiar pliku | 17.77 KB |
Liczba instalacji | 208 |
Aktualna Wersja | 1.8 |
Ostatnia Aktualizacja | 2021-04-29 |
Data Publikacji | 2017-02-26 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | https://e-class.live |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://e-class.live |
Adres URL Strony Pomocy | https://e-class.live |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Emil Langazov", "background": { "persistent": true, "scripts": [ "background-script.js" ] }, "content_scripts": [ { "all_frames": true, "js": [ "content-script.js" ], "matches": [ "*:\/\/e-class.live\/*", "*:\/\/*.e-class.live\/*" ] } ], "description": "e-class.live Desktop capturing extension", "homepage_url": "https:\/\/e-class.live", "icons": { "48": "icon.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtkEqL5dYg\/m4n8fWY\/IVarppnVWpov0UZO0Pk1J\/8dBIQzmxPmnHTbN4ZmMv+48+\/qT2I3ZkJPi16rYOt0C7PNNadIrmSSZdaqHh5RsCL94YRP+mNmO6JAD61NthHYH4VBctUYDxb28u4RTQzXM9\/r+G0OVKNCgI6omx+QhydN1Nf34NVQSe9grzuxlkzwpa2WtQ3MvLQ3f6H6saYIeE7ziJBHIFbNOjUAD2o0QkNQ2GgTcwHwI\/M6oygFy602lA5BH2dcPBEYRZoXc5JGQcEtVOO57X9k8Au8FRqjijvcwoGmG90vXPAYgO2BUsAYopZHTmTjUKoDhI1DhRtSLl1wIDAQAB", "manifest_version": 2, "minimum_chrome_version": "34", "name": "e-class.live Helper Plugin", "permissions": [ "desktopCapture", "webRequest", "webRequestBlocking", " |