eXp World

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

Was ist eXp World?

eXp World ist eine Chrome-Erweiterung, die von frame-extension-publishers entwickelt wurde, und ihr Hauptmerkmal ist "Provides Google Calendar integration with eXp World, and lets you view your eXp home area in the toolbar!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

eXp World-Erweiterungs-CRX-Datei herunterladen

Laden Sie eXp World-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name eXp World eXp World
ID mbcdinbjoochnongpepjlackmogihbka
Offizielle URL https://chromewebstore.google.com/detail/exp-world/mbcdinbjoochnongpepjlackmogihbka
Beschreibung Provides Google Calendar integration with eXp World, and lets you view your eXp home area in the toolbar!
Dateigröße 157 KB
Installationsanzahl 597
Aktuelle Version 1.1
Letztes Update 2024-01-26
Veröffentlichungsdatum 2023-12-07
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler frame-extension-publishers
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://exp.world
Hilfeseite URL https://learn.framevr.io
URL der Datenschutzrichtlinien-Seite https://learn.framevr.io/tos-privacy-policy
Unterstützte Sprachen 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"
    }
}