Everzippy

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

Everzippy là gì?

Everzippy là một tiện ích mở rộng Chrome được phát triển bởi hqwebinar, và tính năng chính của nó là "Everzippy is a webinar hosting platform and a marketplace. This extension is used to share screen while broadcasting your webinar.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng Everzippy

Tải xuống các tệp mở rộng Everzippy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Everzippy Everzippy
ID iophdfpihnilmdbcmnjnnjoaihbdjgen
URL Chính Thức https://chrome.google.com/webstore/detail/everzippy/iophdfpihnilmdbcmnjnnjoaihbdjgen
Mô tả Everzippy is a webinar hosting platform and a marketplace. This extension is used to share screen while broadcasting your webinar.
Kích Thước Tệp 21.65 KB
Số Lần Cài Đặt 284
Phiên Bản Hiện Tại 3.0
Cập Nhật Lần Cuối 2019-08-31
Ngày Phát Hành 2019-08-31
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển hqwebinar
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://hqwebinar.com/dashboard/support/docs/terms.html
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}