Zoho Webinar

Zoho Webinar is a secure online webinar software that helps you conduct your virtual conferences seamlessly.

ما هو Zoho Webinar؟

Zoho Webinar هو إضافة Chrome تم تطويرها بواسطة Zoho Corporation، والميزة الرئيسية لها هي "Zoho Webinar is a secure online webinar software that helps you conduct your virtual conferences seamlessly.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Zoho Webinar

قم بتنزيل ملفات الامتداد Zoho Webinar بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Overview:

Zoho Webinar is easily accessible from the Firefox extension with one click. Host webinars, add co-organizers, and share your screen, presentations, PDFs, or video files. Interact with your attendees through polls and Q&A sessions, and even analyze your webinars.


With this extension, you can:
Schedule webinars
Start webinars
Host instant webinars and invite participants 
Keep track of upcoming sessions
Change your account settings

Key features:
Host webinars with up to 3000 attendees
Share Screen or Session Materials 
Video webinars 
Registration customization 
Source tracking 
Embed registration widget  
Clone Webinars
Polls, Q&A, Raise hand, Allow to talk 
Co-organizers 
Recording and cloud storage 
Virtual Background 
Live streaming webinars on YouTube 
Advanced Webinar analytics 
Integration with marketing automation and CRM tools

View more webinar features: 
https://www.zoho.com/webinar/features.html

Apps and extension:
Desktop app
iOS app
Android app
Website: https://www.zoho.com/webinar/?src=FirefoxWebstoreExtn
Support: https://www.zoho.com/webinar/call-me.html?src=FirefoxWebstoreExtn
Pricing:

Our forever free edition can host up to 100 webinar participants.
The Standard edition of Zoho Webinar starts at $8.
The Professional edition of Zoho Webinar starts at $16.

One line description : Zoho Webinar is a secure online webinar software that helps you conduct your virtual conferences seamlessly.                    

معلومات أساسية عن التمديد

الاسم Zoho Webinar Zoho Webinar
ID jpcccidolccbdkfemlegieemiiljpdnn
عنوان URL الرسمي https://chromewebstore.google.com/detail/zoho-webinar/jpcccidolccbdkfemlegieemiiljpdnn
الوصف Zoho Webinar is a secure online webinar software that helps you conduct your virtual conferences seamlessly.
حجم الملف 106 KB
عدد التثبيتات 127
النسخة الحالية 1.4
آخر تحديث 2024-01-10
تاريخ النشر 2023-06-13
المطور Zoho Corporation
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://www.zoho.com/privacy.html
اللغات المدعومة en
manifest.json
{
    "manifest_version": 3,
    "name": "Zoho Webinar",
    "description": "Zoho Webinar is a secure online webinar software that helps you conduct your virtual conferences seamlessly.",
    "version": "1.4",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "128": "Webinar-128.png",
        "16": "Webinar-16.png",
        "48": "Webinar-48.png"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.zoho.com\/*",
            "https:\/\/*.zoho.eu\/*",
            "https:\/\/*.zoho.in\/*",
            "https:\/\/*.zoho.com.au\/*",
            "https:\/\/*.zoho.com.cn\/*",
            "https:\/\/*.zoho.jp\/*",
            "https:\/\/*.zohocloud.ca\/*",
            "https:\/\/*.zoho.sa\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.zoho.com\/*",
                "https:\/\/*.zoho.eu\/*",
                "https:\/\/*.zoho.in\/*",
                "https:\/\/*.zoho.com.au\/*",
                "https:\/\/*.zoho.com.cn\/*",
                "https:\/\/*.zohocloud.ca\/*",
                "https:\/\/*.zoho.jp\/*",
                "https:\/\/*.zoho.sa\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_icon": "Webinar-128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "cookies"
    ],
    "host_permissions": [
        "https:\/\/*.zoho.com\/*",
        "https:\/\/*.zoho.eu\/*",
        "https:\/\/*.zoho.in\/*",
        "https:\/\/*.zoho.com.au\/*",
        "https:\/\/*.zoho.com.cn\/*",
        "https:\/\/*.zoho.jp\/*",
        "https:\/\/*.zohocloud.ca\/*",
        "https:\/\/*.zoho.sa\/*"
    ]
}