Virtway Events

Virtway Events

Virtway Events क्या है?

Virtway Events https://virtwayevents.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Virtway Events"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Virtway Events एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension is esential for the proper functioning of Virtway Events platform under chrome environments. Extension purposes are:
- Check correct installation of Virtway Events platform current version.
- Help user installing Virtway Events platform.
- Start Virtway Events platform using the apropiate parameters.

Chrome offers the best user experience to enter our virtual world so we highly recommend to use it.

Virtway Events is one of the most comprehensive virtual 3D spaces for fully immersive, interactive business virtual events. You can easily access with your mobile phone or tablet and the only accessories you need are earphones with a microphone. There’s no need for a VR headset to access Virtway Events, making it completely accessible for just about anyone in the world.


We are disrupting the events industry thanks to our unique 3D technology and integrated voice over IP. Get ready for an innovative experience for businesses and clients alike where you can attend online events that are almost identical to those in real life at a significantly reduced cost. Participants have access to a wide variety of digital assets, including videos, presentations, live streamings, document sharing and much more. Throughout and after the event, Virtway Events provides participation data with key metrics for each participant and every activity.


The benefits don’t end there! Attendees also lower travel time and expenses as they engage at the virtual event via avatar, walking, clapping, chatting and asking questions in real-time.



WHAT TYPE OF VIRTUAL EVENTS CAN YOU HOST?

Organize your events online in one of our many virtual scenarios. No event is too big or too small: anything is possible in Virtway Events.

Small corporate meetings

Presentations

Webinar events with live streaming

Networking events

Conferences

Career fairs

Trade show exhibitions

Product showrooms

Internal activities for training or onboarding purposes

Team Building activities


SPECIAL FEATURES:

Customized business stands

Brand advertising & promotional services

Personalized avatars designed by each attendee

Personal profiles/business cards

Integrated VoIP and 3D Audio

Live chat

Scalable from any device

International collaboration

Presentations with document sharing, powerpoints, pdfs, videos, etc

Simple, clean navigation


REQUEST A VIRTUAL DEMO OR MORE INFO ABOUT VIRTWAY EVENTS: https://www.virtwayevents.com/


Contact us: [email protected]                    

एक्सटेंशन की मूल जानकारी

नाम Virtway Events Virtway Events
ID onkiokaplaglgommfhojhedifmooehde
आधिकारिक URL https://chromewebstore.google.com/detail/virtway-events/onkiokaplaglgommfhojhedifmooehde
विवरण Virtway Events
फ़ाइल का आकार 22.17 KB
स्थापना संख्या 42,069
वर्तमान संस्करण 0.0.0.7
अंतिम अपडेट 2023-04-12
प्रकाशन तिथि 2020-02-03
डेवलपर https://virtwayevents.com
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.iubenda.com/privacy-policy/16106886
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Virtway Events",
    "short_name": "Virtway Events",
    "version": "0.0.0.7",
    "manifest_version": 3,
    "description": "Virtway Events",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "nativeMessaging",
        "tabs"
    ],
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "minimum_chrome_version": "92",
    "content_scripts": [
        {
            "js": [
                "js\/vecontent.js"
            ],
            "matches": [
                "https:\/\/*.public.virtwayevents.com\/*",
                "https:\/\/*.cms.virtwayevents.com\/*",
                "file:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "host_permissions": [
        "https:\/\/*.public.virtwayevents.com\/*",
        "https:\/\/*.cms.virtwayevents.com\/*",
        "file:\/\/*\/*"
    ]
}