Eduget Screen Capture
Eduget Screen Capture
Co to jest Eduget Screen Capture?
Eduget Screen Capture to rozszerzenie Chrome opracowane przez https://www.eduget.com, a jego główną funkcją jest „Eduget Screen Capture”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Eduget Screen Capture
Pobierz pliki rozszerzeń Eduget Screen Capture 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
Расширение WebRTC для трансляции экрана на eduget.com Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ldjaedfgacjplncpbdldodjfeblafdio |
| Oficjalny URL | https://chromewebstore.google.com/detail/eduget-screen-capture/ldjaedfgacjplncpbdldodjfeblafdio |
| Opis | Eduget Screen Capture |
| Rozmiar pliku | 6.62 KB |
| Liczba instalacji | 32 |
| Aktualna Wersja | 3.4 |
| Ostatnia Aktualizacja | 2017-05-29 |
| Data Publikacji | 2017-05-29 |
| Ocena | 5.00/5 Łącznie 2 Oceny |
| Deweloper | https://www.eduget.com |
| Typ Płatności | free |
| Adres URL Strony Pomocy | http://www.eduget.com/contacts |
| Obsługiwane Języki | ru |
| manifest.json | |
{
"author": "Eduget",
"background": {
"persistent": false,
"scripts": [
"background-script.js"
]
},
"content_scripts": [
{
"all_frames": true,
"js": [
"content-script.js"
],
"matches": [
"*:\/\/*.eduget.com\/*",
"*:\/\/*.eduget.net\/*"
]
}
],
"description": "Eduget Screen Capture",
"homepage_url": "https:\/\/www.eduget.com",
"icons": {
"48": "icon.png"
},
"manifest_version": 2,
"minimum_chrome_version": "34",
"name": "Eduget Screen Capture",
"permissions": [
"desktopCapture"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "3.4",
"web_accessible_resources": [
"icon.png"
]
} | |