ConexED Screen Sharing
Chrome screen sharing extension for the ConexED platform
Vad är ConexED Screen Sharing?
ConexED Screen Sharing är en Chrome-tillägg utvecklad av https://conexed.com, och dess huvudfunktion är "Chrome screen sharing extension for the ConexED platform".
Tilläggsskärmbilder
Ladda ner ConexED Screen Sharing-förlängningens CRX-fil
Ladda ner ConexED Screen Sharing-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
Share your full desktop or select an application window to share. (Note: others will be able to see a higher resolution of your shared application if your application's window is smaller than full screen. Application windows sized around 800x400 work best.) Grundläggande Information om Tillägg
| Namn | |
| ID | fadlnhpmllgjcllbnpjdknlbnnpammlg |
| Officiell webbadress | https://chromewebstore.google.com/detail/conexed-screen-sharing/fadlnhpmllgjcllbnpjdknlbnnpammlg |
| Beskrivning | Chrome screen sharing extension for the ConexED platform |
| Filstorlek | 15.6 KB |
| Antal Installationer | 20,000 |
| Aktuell Version | 1.7.3 |
| Senast Uppdaterad | 2018-09-26 |
| Publiceringsdatum | 2018-09-26 |
| Betyg | 4.00/5 Totalt 10 Betyg |
| Utvecklare | https://conexed.com |
| Betalningssätt | free |
| Tilläggswebbplats | https://conexed.com |
| Hjälpsida URL | https://blog.conexed.com/help-center/ |
| Stödda Språk | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "ConexED Screen Sharing",
"version": "1.7.3",
"manifest_version": 2,
"description": "Chrome screen sharing extension for the ConexED platform",
"background": {
"page": "background.html",
"persistent": false
},
"externally_connectable": {
"matches": [
"https:\/\/*.craniumcafe.com\/*",
"https:\/\/*.conexed.com\/*"
]
},
"icons": {
"16": "images\/16x16-C.png",
"32": "images\/32x32-C.png",
"48": "images\/48x48-C.png",
"128": "images\/128x128-C.png"
},
"permissions": [
"desktopCapture",
"https:\/\/*.craniumcafe.com\/*",
"https:\/\/*.conexed.com\/*"
],
"web_accessible_resources": [
"images\/48x48-C.png"
]
} | |