Canvas SimpleShare
Desktop Screen Sharing Client For Canvas CRS class devices.
Vad är Canvas SimpleShare?
Canvas SimpleShare är en Chrome-tillägg utvecklad av Jupiter Systems, och dess huvudfunktion är "Desktop Screen Sharing Client For Canvas CRS class devices.".
Tilläggsskärmbilder
Ladda ner Canvas SimpleShare-förlängningens CRX-fil
Ladda ner Canvas SimpleShare-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
| Namn | |
| ID | bagghogdobjiomkdaaaengkcebcpcljj |
| Officiell webbadress | https://chromewebstore.google.com/detail/canvas-simpleshare/bagghogdobjiomkdaaaengkcebcpcljj |
| Beskrivning | Desktop Screen Sharing Client For Canvas CRS class devices. |
| Filstorlek | 24.73 KB |
| Antal Installationer | 65 |
| Aktuell Version | 2.0 |
| Senast Uppdaterad | 2016-08-13 |
| Publiceringsdatum | 2016-08-12 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | Jupiter Systems |
| Betalningssätt | free |
| Tilläggswebbplats | http://www.jupiter.com/ |
| Stödda Språk | 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\/"
]
} | |