Everzippy

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

Co je Everzippy?

Everzippy je rozšíření Chrome vyvinuté hqwebinar, a jeho hlavní funkcí je „Everzippy is a webinar hosting platform and a marketplace. This extension is used to share screen while broadcasting your webinar.“.

Snímky obrazovky rozšíření

Stáhnout soubor CRX rozšíření Everzippy

Stáhněte si soubory rozšíření Everzippy ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Everzippy Everzippy
ID iophdfpihnilmdbcmnjnnjoaihbdjgen
Oficiální URL https://chrome.google.com/webstore/detail/everzippy/iophdfpihnilmdbcmnjnnjoaihbdjgen
Popis Everzippy is a webinar hosting platform and a marketplace. This extension is used to share screen while broadcasting your webinar.
Velikost souboru 21.65 KB
Počet instalací 284
Aktuální Verze 3.0
Poslední Aktualizace 2019-08-31
Datum Vydání 2019-08-31
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář hqwebinar
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://hqwebinar.com/dashboard/support/docs/terms.html
Podporované Jazyky 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"
    ]
}