Canvas SimpleShare
Desktop Screen Sharing Client For Canvas CRS class devices.
Co to jest Canvas SimpleShare?
Canvas SimpleShare to rozszerzenie Chrome opracowane przez Jupiter Systems, a jego główną funkcją jest „Desktop Screen Sharing Client For Canvas CRS class devices.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Canvas SimpleShare
Pobierz pliki rozszerzeń Canvas SimpleShare 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
Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | bagghogdobjiomkdaaaengkcebcpcljj |
| Oficjalny URL | https://chromewebstore.google.com/detail/canvas-simpleshare/bagghogdobjiomkdaaaengkcebcpcljj |
| Opis | Desktop Screen Sharing Client For Canvas CRS class devices. |
| Rozmiar pliku | 24.73 KB |
| Liczba instalacji | 65 |
| Aktualna Wersja | 2.0 |
| Ostatnia Aktualizacja | 2016-08-13 |
| Data Publikacji | 2016-08-12 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | Jupiter Systems |
| Typ Płatności | free |
| Strona Rozszerzenia | http://www.jupiter.com/ |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"author": "Chad Lucas",
"name": "Canvas SimpleShare",
"short_name": "Canvas SimpleShare",
"description": "Desktop Screen Sharing Client For Canvas CRS class devices.",
"version": "2.0",
"icons": {
"128": "images\/CanvasSimpleShare128.png"
},
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"https:\/\/*\/crs",
"https:\/\/*\/Crs",
"https:\/\/*\/crs\/",
"https:\/\/*\/Crs\/",
"https:\/\/*\/SimpleShare",
"https:\/\/*\/simpleshare",
"https:\/\/*\/simpleShare",
"https:\/\/*\/Simpleshare",
"https:\/\/*\/SimpleShare\/",
"https:\/\/*\/simpleshare\/",
"https:\/\/*\/simpleShare\/",
"https:\/\/*\/Simpleshare\/",
"https:\/\/*\/mimic\/*",
"https:\/\/*\/mimic?*",
"https:\/\/*\/Mimic\/*",
"https:\/\/*\/mimic",
"https:\/\/*\/Mimic",
"https:\/\/*\/mimic\/Index",
"https:\/\/*\/mimic\/Index\/",
"https:\/\/*\/Mimic\/Index",
"https:\/\/*\/Mimic\/Index\/"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
],
"permissions": [
"desktopCapture",
"tabs",
"webRequest",
"https:\/\/*\/crs",
"https:\/\/*\/Crs",
"https:\/\/*\/crs\/",
"https:\/\/*\/Crs\/",
"https:\/\/*\/SimpleShare",
"https:\/\/*\/simpleshare",
"https:\/\/*\/simpleShare",
"https:\/\/*\/Simpleshare",
"https:\/\/*\/SimpleShare\/",
"https:\/\/*\/simpleshare\/",
"https:\/\/*\/simpleShare\/",
"https:\/\/*\/Simpleshare\/",
"https:\/\/*\/mimic\/*",
"https:\/\/*\/mimic?*",
"https:\/\/*\/Mimic\/*",
"https:\/\/*\/mimic",
"https:\/\/*\/Mimic",
"https:\/\/*\/mimic\/Index",
"https:\/\/*\/mimic\/Index\/",
"https:\/\/*\/Mimic\/Index",
"https:\/\/*\/Mimic\/Index\/"
]
} | |