Everzippy

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

Vad är Everzippy?

Everzippy är en Chrome-tillägg utvecklad av hqwebinar, och dess huvudfunktion är "Everzippy is a webinar hosting platform and a marketplace. This extension is used to share screen while broadcasting your webinar.".

Tilläggsskärmbilder

Ladda ner Everzippy-förlängningens CRX-fil

Ladda ner Everzippy-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Everzippy Everzippy
ID iophdfpihnilmdbcmnjnnjoaihbdjgen
Officiell webbadress https://chrome.google.com/webstore/detail/everzippy/iophdfpihnilmdbcmnjnnjoaihbdjgen
Beskrivning Everzippy is a webinar hosting platform and a marketplace. This extension is used to share screen while broadcasting your webinar.
Filstorlek 21.65 KB
Antal Installationer 284
Aktuell Version 3.0
Senast Uppdaterad 2019-08-31
Publiceringsdatum 2019-08-31
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare hqwebinar
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://hqwebinar.com/dashboard/support/docs/terms.html
Stödda Språk 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"
    ]
}