Creatr Screen Sharing
This extension will enable screen sharing for your Creatr live-stream
Co to jest Creatr Screen Sharing?
Creatr Screen Sharing to rozszerzenie Chrome opracowane przez https://creatr.me, a jego główną funkcją jest „This extension will enable screen sharing for your Creatr live-stream”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Creatr Screen Sharing
Pobierz pliki rozszerzeń Creatr Screen Sharing 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 extension was built for https://creatr.me and will enable screen sharing for your Creatr live-streams Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | dkjhjdmkggcdbbbhffeoodagoepdiahp |
| Oficjalny URL | https://chromewebstore.google.com/detail/creatr-screen-sharing/dkjhjdmkggcdbbbhffeoodagoepdiahp |
| Opis | This extension will enable screen sharing for your Creatr live-stream |
| Rozmiar pliku | 28.82 KB |
| Liczba instalacji | 19 |
| Aktualna Wersja | 2.1 |
| Ostatnia Aktualizacja | 2016-10-25 |
| Data Publikacji | 2016-10-25 |
| Deweloper | https://creatr.me |
| Typ Płatności | free |
| Strona Rozszerzenia | https://creatr |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Creatr Screen Sharing",
"author": "Reveu, Inc.",
"version": "2.1",
"manifest_version": 2,
"minimum_chrome_version": "34",
"description": "This extension will enable screen sharing for your Creatr live-stream",
"homepage_url": "http:\/\/creatr.me\/",
"background": {
"scripts": [
"background-script.js"
],
"persistent": false
},
"externally_connectable": {
"matches": [
"https:\/\/*.reveu.me\/*",
"https:\/\/*.creatr.me\/*",
"http:\/\/localhost:3000\/*"
]
},
"icons": {
"16": "logo16.png",
"48": "logo48.png",
"128": "logo128.png"
},
"permissions": [
"desktopCapture"
],
"web_accessible_resources": [
"icon.png"
]
} | |