Everzippy

Everzippy is a webinar hosting platform and a marketplace. This extension is used to share screen while broadcasting your webinar.

Cos'è Everzippy?

Everzippy è un'estensione di Chrome sviluppata da hqwebinar, e la sua funzione principale è "Everzippy is a webinar hosting platform and a marketplace. This extension is used to share screen while broadcasting your webinar.".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Everzippy

Scarica i file di estensione Everzippy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This is a webinar hosting platform and a marketplace. This extension is used to share screen while broadcasting your webinar.                    

Informazioni di Base sull'Estensione

Nome Everzippy Everzippy
ID iophdfpihnilmdbcmnjnnjoaihbdjgen
URL Ufficiale https://chrome.google.com/webstore/detail/everzippy/iophdfpihnilmdbcmnjnnjoaihbdjgen
Descrizione Everzippy is a webinar hosting platform and a marketplace. This extension is used to share screen while broadcasting your webinar.
Dimensione del File 21.65 KB
Conteggio Installazioni 284
Versione Corrente 3.0
Ultimo Aggiornamento 2019-08-31
Data di Pubblicazione 2019-08-31
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore hqwebinar
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://hqwebinar.com/dashboard/support/docs/terms.html
Lingue Supportate 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"
    ]
}