Livestorm Screensharing
Livestorm extension utility for screensharing support
Vad är Livestorm Screensharing?
Livestorm Screensharing är en Chrome-tillägg utvecklad av https://livestorm.co, och dess huvudfunktion är "Livestorm extension utility for screensharing support".
Tilläggsskärmbilder
Ladda ner Livestorm Screensharing-förlängningens CRX-fil
Ladda ner Livestorm Screensharing-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
Livestorm extension for screensharing support
Grundläggande Information om Tillägg
Namn | |
ID | agdmglieodoodfjgljideekcenoakdgb |
Officiell webbadress | https://chromewebstore.google.com/detail/livestorm-screensharing/agdmglieodoodfjgljideekcenoakdgb |
Beskrivning | Livestorm extension utility for screensharing support |
Filstorlek | 309 KB |
Antal Installationer | 3,241 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2016-10-19 |
Publiceringsdatum | 2016-10-19 |
Betyg | 5.00/5 Totalt 4 Betyg |
Utvecklare | https://livestorm.co |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Livestorm Screensharing", "author": "Livestorm", "version": "1.1", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Livestorm extension utility for screensharing support", "homepage_url": "https:\/\/livestorm.co", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/localhost:4000\/*", "https:\/\/*.livestorm.co\/*", "https:\/\/*.livestorm.fr\/*" ] }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |