Everzippy
Everzippy is a webinar hosting platform and a marketplace. This extension is used to share screen while broadcasting your webinar.
Everzippyคืออะไร?
Everzippy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hqwebinar และคุณลักษณะหลักของมันคือ "Everzippy is a webinar hosting platform and a marketplace. This extension is used to share screen while broadcasting your webinar."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Everzippy
ดาวน์โหลดไฟล์ส่วนขยาย 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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 |
อีเมล | [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" ] } |