Everzippy

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

Qu'est-ce que Everzippy ?

Everzippy est une extension Chrome développée par hqwebinar, et sa fonction principale est "Everzippy is a webinar hosting platform and a marketplace. This extension is used to share screen while broadcasting your webinar.".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension Everzippy

Téléchargez les fichiers d'extension Everzippy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Everzippy Everzippy
ID iophdfpihnilmdbcmnjnnjoaihbdjgen
URL Officiel https://chrome.google.com/webstore/detail/everzippy/iophdfpihnilmdbcmnjnnjoaihbdjgen
Description Everzippy is a webinar hosting platform and a marketplace. This extension is used to share screen while broadcasting your webinar.
Taille du Fichier 21.65 KB
Nombre d'Installations 284
Version Actuelle 3.0
Dernière Mise à Jour 2019-08-31
Date de Publication 2019-08-31
Évaluation 5.00/5 Total 1 Évaluations
Développeur hqwebinar
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://hqwebinar.com/dashboard/support/docs/terms.html
Langues Prises en Charge 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"
    ]
}