Everzippy
Everzippy is a webinar hosting platform and a marketplace. This extension is used to share screen while broadcasting your webinar.
Hvad er Everzippy?
Everzippy er en Chrome-udvidelse udviklet af hqwebinar, og dens hovedfunktion er "Everzippy is a webinar hosting platform and a marketplace. This extension is used to share screen while broadcasting your webinar.".
Udvidelsesskærmbilleder
Download Everzippy-udvidelses-CRX-fil
Download Everzippy-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This is a webinar hosting platform and a marketplace. This extension is used to share screen while broadcasting your webinar.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | iophdfpihnilmdbcmnjnnjoaihbdjgen |
Officiel URL | https://chrome.google.com/webstore/detail/everzippy/iophdfpihnilmdbcmnjnnjoaihbdjgen |
Beskrivelse | Everzippy is a webinar hosting platform and a marketplace. This extension is used to share screen while broadcasting your webinar. |
Filstørrelse | 21.65 KB |
Antal Installationer | 284 |
Nuværende Version | 3.0 |
Senest Opdateret | 2019-08-31 |
Udgivelsesdato | 2019-08-31 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | hqwebinar |
[email protected] | |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | https://hqwebinar.com/dashboard/support/docs/terms.html |
Understøttede Sprog | 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" ] } |