Everzippy

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

Wat is Everzippy?

Everzippy is een Chrome-extensie ontwikkeld door hqwebinar, en de belangrijkste functie is "Everzippy is a webinar hosting platform and a marketplace. This extension is used to share screen while broadcasting your webinar.".

Extensie Screenshots

Download het CRX-bestand van de extensie Everzippy

Download Everzippy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Everzippy Everzippy
ID iophdfpihnilmdbcmnjnnjoaihbdjgen
Officiële URL https://chrome.google.com/webstore/detail/everzippy/iophdfpihnilmdbcmnjnnjoaihbdjgen
Beschrijving Everzippy is a webinar hosting platform and a marketplace. This extension is used to share screen while broadcasting your webinar.
Bestandsgrootte 21.65 KB
Aantal Installaties 284
Huidige Versie 3.0
Laatst Bijgewerkt 2019-08-31
Publicatiedatum 2019-08-31
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar hqwebinar
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://hqwebinar.com/dashboard/support/docs/terms.html
Ondersteunde Talen 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"
    ]
}