Everzippy

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

Everzippyとは何ですか?

Everzippyはhqwebinarによって開発されたChromeの拡張機能で、その主な機能は「Everzippy is a webinar hosting platform and a marketplace. This extension is used to share screen while broadcasting your webinar.」です。

拡張機能のスクリーンショット

Everzippy拡張機能のCRXファイルをダウンロード

Everzippy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Everzippy Everzippy
ID iophdfpihnilmdbcmnjnnjoaihbdjgen
公式URL https://chrome.google.com/webstore/detail/everzippy/iophdfpihnilmdbcmnjnnjoaihbdjgen
説明 Everzippy is a webinar hosting platform and a marketplace. This extension is used to share screen while broadcasting your webinar.
ファイルサイズ 21.65 KB
インストール数 284
現在のバージョン 3.0
最終更新日 2019-08-31
公開日 2019-08-31
評価 5.00/5 合計 1 レビュー
開発者 hqwebinar
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://hqwebinar.com/dashboard/support/docs/terms.html
対応言語 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"
    ]
}