hqmeetup screen sharing
This is a screen sharing app to be used by hqmeetup web application for screen sharing purposes.
Co to jest hqmeetup screen sharing?
hqmeetup screen sharing to rozszerzenie Chrome opracowane przez http://castrr.live, a jego główną funkcją jest „This is a screen sharing app to be used by hqmeetup web application for screen sharing purposes.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia hqmeetup screen sharing
Pobierz pliki rozszerzeń hqmeetup screen sharing w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This chrome extension is used for screen sharing in the hqmeetup online meeting platform.
Podstawowe informacje o rozszerzeniu
Nazwa | ![]() |
ID | apgmehfolpammmebikmcomgjpgfdfdea |
Oficjalny URL | https://chrome.google.com/webstore/detail/hqmeetup-screen-sharing/apgmehfolpammmebikmcomgjpgfdfdea |
Opis | This is a screen sharing app to be used by hqmeetup web application for screen sharing purposes. |
Rozmiar pliku | 97.85 KB |
Liczba instalacji | 291 |
Aktualna Wersja | 2.0 |
Ostatnia Aktualizacja | 2018-11-30 |
Data Publikacji | 2018-11-30 |
Deweloper | http://castrr.live |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://hqmeetup.com |
Adres URL Strony Pomocy | https://hqwebinar.com/dashboard/support/docs |
Adres URL Strony Polityki Prywatności | https://hqwebinar.com/dashboard/support/docs/terms.html |
Obsługiwane Języki | 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" ] } |