Everzippy

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

What is Everzippy?

Everzippy is a Chrome extension developed by hqwebinar, and its main feature is "Everzippy is a webinar hosting platform and a marketplace. This extension is used to share screen while broadcasting your webinar.".

Extension Screenshots

Download Everzippy Extension CRX File

Download Everzippy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Everzippy Everzippy
ID iophdfpihnilmdbcmnjnnjoaihbdjgen
Official URL 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.
File Size 21.65 KB
Installation Count 284
Current Version 3.0
Last Updated 2019-08-31
Publish Date 2019-08-31
Rating 5.00/5 Total 1 Ratings
Developer hqwebinar
Email [email protected]
Payment Type free
Privacy Policy Page URL https://hqwebinar.com/dashboard/support/docs/terms.html
Supported Languages 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"
    ]
}