Everzippy
Everzippy is a webinar hosting platform and a marketplace. This extension is used to share screen while broadcasting your webinar.
Co to jest Everzippy?
Everzippy to rozszerzenie Chrome opracowane przez hqwebinar, a jego główną funkcją jest „Everzippy is a webinar hosting platform and a marketplace. This extension is used to share screen while broadcasting your webinar.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Everzippy
Pobierz pliki rozszerzeń Everzippy 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 is a webinar hosting platform and a marketplace. This extension is used to share screen while broadcasting your webinar.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | iophdfpihnilmdbcmnjnnjoaihbdjgen |
Oficjalny URL | https://chrome.google.com/webstore/detail/everzippy/iophdfpihnilmdbcmnjnnjoaihbdjgen |
Opis | Everzippy is a webinar hosting platform and a marketplace. This extension is used to share screen while broadcasting your webinar. |
Rozmiar pliku | 21.65 KB |
Liczba instalacji | 284 |
Aktualna Wersja | 3.0 |
Ostatnia Aktualizacja | 2019-08-31 |
Data Publikacji | 2019-08-31 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | hqwebinar |
[email protected] | |
Typ Płatności | free |
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": "Everzippy", "author": "Mintware Ventures Pvt. Ltd.", "version": "3.0", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Everzippy is a webinar hosting platform and a marketplace. This extension is used to share screen while broadcasting your webinar.", "homepage_url": "https:\/\/app.everzippy.com\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.everzippy.com\/*" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon128.png" ] } |