Everzippy
Everzippy is a webinar hosting platform and a marketplace. This extension is used to share screen while broadcasting your webinar.
Was ist Everzippy?
Everzippy ist eine Chrome-Erweiterung, die von hqwebinar entwickelt wurde, und ihr Hauptmerkmal ist "Everzippy is a webinar hosting platform and a marketplace. This extension is used to share screen while broadcasting your webinar.".
Erweiterungsscreenshots
Everzippy-Erweiterungs-CRX-Datei herunterladen
Laden Sie Everzippy-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This is a webinar hosting platform and a marketplace. This extension is used to share screen while broadcasting your webinar.
Grundlegende Informationen zur Erweiterung
Name | |
ID | iophdfpihnilmdbcmnjnnjoaihbdjgen |
Offizielle URL | https://chrome.google.com/webstore/detail/everzippy/iophdfpihnilmdbcmnjnnjoaihbdjgen |
Beschreibung | Everzippy is a webinar hosting platform and a marketplace. This extension is used to share screen while broadcasting your webinar. |
Dateigröße | 21.65 KB |
Installationsanzahl | 284 |
Aktuelle Version | 3.0 |
Letztes Update | 2019-08-31 |
Veröffentlichungsdatum | 2019-08-31 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | hqwebinar |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://hqwebinar.com/dashboard/support/docs/terms.html |
Unterstützte Sprachen | 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" ] } |