Spreed.ME screen sharing
This extension adds screen sharing support to Spreed.ME and other Spreed WebRTC servers.
Vad är Spreed.ME screen sharing?
Spreed.ME screen sharing är en Chrome-tillägg utvecklad av https://spreed.me, och dess huvudfunktion är "This extension adds screen sharing support to Spreed.ME and other Spreed WebRTC servers.".
Tilläggsskärmbilder
Ladda ner Spreed.ME screen sharing-förlängningens CRX-fil
Ladda ner Spreed.ME 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
This extension allows screen sharing with selection for single windows and screen for the Spreed.ME and Spreed WebRTC web client. Grundläggande Information om Tillägg
| Namn | |
| ID | labcnlicceloglidikcjbfglhnjibcbd |
| Officiell webbadress | https://chromewebstore.google.com/detail/spreedme-screen-sharing/labcnlicceloglidikcjbfglhnjibcbd |
| Beskrivning | This extension adds screen sharing support to Spreed.ME and other Spreed WebRTC servers. |
| Filstorlek | 26.15 KB |
| Antal Installationer | 2,362 |
| Aktuell Version | 0.2.1 |
| Senast Uppdaterad | 2015-02-12 |
| Publiceringsdatum | 2015-02-12 |
| Betyg | 4.70/5 Totalt 10 Betyg |
| Utvecklare | https://spreed.me |
| E-post | [email protected] |
| Betalningssätt | free |
| URL till Sekretesspolicy Sidan | https://www.struktur.de/privacy |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "struktur AG",
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"all_frames": true,
"js": [
"detector.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_end"
}
],
"description": "This extension adds screen sharing support to Spreed.ME and other Spreed WebRTC servers.",
"icons": {
"128": "logo-128x128.png",
"16": "logo-16x16.png",
"32": "logo-32x32.png",
"48": "logo-48x48.png",
"512": "logo-512x512.png"
},
"manifest_version": 2,
"minimum_chrome_version": "33",
"name": "Spreed.ME screen sharing",
"permissions": [
"tabs",
"desktopCapture",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"short_name": "Spreed.ME screen sharing",
"version": "0.2.1"
} | |