eXp World

Provides Google Calendar integration with eXp World, and lets you view your eXp home area in the toolbar!

What is eXp World?

eXp World is a Chrome extension developed by frame-extension-publishers, and its main feature is "Provides Google Calendar integration with eXp World, and lets you view your eXp home area in the toolbar!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download eXp World Extension CRX File

Download eXp World extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        eXp World (https://exp.world) is a beta product from Virbela. eXp World makes it easy for agents and clients of eXp to communicate and collaborate in 3D environments, right from the web browser.

This extension adds an "eXp World" button to Google Calendar that allows choosing an eXp World location for an event.
This also gives easy access to an eXp World home area from the toolbar!
Google Calendar events can be created by clicking under locations inside the toolbar popup.
Note: Do not install this with the FRAME chrome extension. Only install one.                    

Extension Basic Information

Name eXp World eXp World
ID mbcdinbjoochnongpepjlackmogihbka
Official URL https://chromewebstore.google.com/detail/exp-world/mbcdinbjoochnongpepjlackmogihbka
Description Provides Google Calendar integration with eXp World, and lets you view your eXp home area in the toolbar!
File Size 157 KB
Installation Count 597
Current Version 1.1
Last Updated 2024-01-26
Publish Date 2023-12-07
Rating 5.00/5 Total 1 Ratings
Developer frame-extension-publishers
Email [email protected]
Payment Type free
Extension Website https://exp.world
Help Page URL https://learn.framevr.io
Privacy Policy Page URL https://learn.framevr.io/tos-privacy-policy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "eXp World",
    "description": "Provides Google Calendar integration with eXp World, and lets you view your eXp home area in the toolbar!",
    "version": "1.1",
    "manifest_version": 3,
    "action": {
        "default_title": "eXp World",
        "default_popup": "popup.html",
        "default_icon": {
            "128": "\/icon.png"
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "https:\/\/calendar.google.com\/calendar\/*"
            ],
            "css": [
                "calendar.css"
            ],
            "js": [
                "calendar.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "\/icon.png"
    }
}