Canvas SimpleShare
Desktop Screen Sharing Client For Canvas CRS class devices.
Hvad er Canvas SimpleShare?
Canvas SimpleShare er en Chrome-udvidelse udviklet af Jupiter Systems, og dens hovedfunktion er "Desktop Screen Sharing Client For Canvas CRS class devices.".
Udvidelsesskærmbilleder
Download Canvas SimpleShare-udvidelses-CRX-fil
Download Canvas SimpleShare-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | bagghogdobjiomkdaaaengkcebcpcljj |
| Officiel URL | https://chromewebstore.google.com/detail/canvas-simpleshare/bagghogdobjiomkdaaaengkcebcpcljj |
| Beskrivelse | Desktop Screen Sharing Client For Canvas CRS class devices. |
| Filstørrelse | 24.73 KB |
| Antal Installationer | 65 |
| Nuværende Version | 2.0 |
| Senest Opdateret | 2016-08-13 |
| Udgivelsesdato | 2016-08-12 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | Jupiter Systems |
| Betalingsmetode | free |
| Udvidelseswebsted | http://www.jupiter.com/ |
| Understøttede Sprog | 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\/"
]
} | |