MeetSpace
MeetSpace video conferencing for teams
Vad är MeetSpace?
MeetSpace är en Chrome-tillägg utvecklad av http://meetspaceapp.com, och dess huvudfunktion är "MeetSpace video conferencing for teams".
Ladda ner MeetSpace-förlängningens CRX-fil
Ladda ner MeetSpace-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
The MeetSpace Chrome extension enables screen sharing.
Grundläggande Information om Tillägg
Namn | |
ID | jckpjdbhkbcbinhhdkjoidcblpaedlkf |
Officiell webbadress | https://chrome.google.com/webstore/detail/meetspace/jckpjdbhkbcbinhhdkjoidcblpaedlkf |
Beskrivning | MeetSpace video conferencing for teams |
Filstorlek | 7.25 KB |
Antal Installationer | 74 |
Aktuell Version | 1.0.3 |
Senast Uppdaterad | 2016-12-21 |
Publiceringsdatum | 2016-12-21 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | http://meetspaceapp.com |
Betalningssätt | free |
Stödda Språk | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MeetSpace", "description": "MeetSpace video conferencing for teams", "version": "1.0.3", "manifest_version": 2, "minimum_chrome_version": "34", "homepage_url": "http:\/\/www.meetspaceapp.com", "icons": { "128": "icon-128.png" }, "permissions": [ "desktopCapture" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/meetspaceapp.com\/*", "https:\/\/localhost:3000\/*" ] } ] } |