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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة سياسة الخصوصية | 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" ] } |