hqmeetup screen sharing
This is a screen sharing app to be used by hqmeetup web application for screen sharing purposes.
Wat is hqmeetup screen sharing?
hqmeetup screen sharing is een Chrome-extensie ontwikkeld door http://castrr.live, en de belangrijkste functie is "This is a screen sharing app to be used by hqmeetup web application for screen sharing purposes.".
Extensie Screenshots
Download het CRX-bestand van de extensie hqmeetup screen sharing
Download hqmeetup screen sharing-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This chrome extension is used for screen sharing in the hqmeetup online meeting platform.
Basisinformatie over de Extensie
Naam | ![]() |
ID | apgmehfolpammmebikmcomgjpgfdfdea |
Officiële URL | https://chrome.google.com/webstore/detail/hqmeetup-screen-sharing/apgmehfolpammmebikmcomgjpgfdfdea |
Beschrijving | This is a screen sharing app to be used by hqmeetup web application for screen sharing purposes. |
Bestandsgrootte | 97.85 KB |
Aantal Installaties | 291 |
Huidige Versie | 2.0 |
Laatst Bijgewerkt | 2018-11-30 |
Publicatiedatum | 2018-11-30 |
Ontwikkelaar | http://castrr.live |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://hqmeetup.com |
Help Pagina-URL | https://hqwebinar.com/dashboard/support/docs |
URL van de Privacybeleid Pagina | https://hqwebinar.com/dashboard/support/docs/terms.html |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "hqmeetup screen sharing", "author": "hqsuite", "version": "2.0", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This is a screen sharing app to be used by hqmeetup web application for screen sharing purposes.", "homepage_url": "https:\/\/hqmeetup.com\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.hqmeetup.com\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |