eXp World

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

Τι είναι το eXp World;

Το eXp World είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον frame-extension-publishers, και η κύρια λειτουργία του είναι "Provides Google Calendar integration with eXp World, and lets you view your eXp home area in the toolbar!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης eXp World

Λήψη αρχείων επέκτασης eXp World σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα eXp World eXp World
ID mbcdinbjoochnongpepjlackmogihbka
Επίσημο URL https://chromewebstore.google.com/detail/exp-world/mbcdinbjoochnongpepjlackmogihbka
Περιγραφή Provides Google Calendar integration with eXp World, and lets you view your eXp home area in the toolbar!
Μέγεθος Αρχείου 157 KB
Αριθμός Εγκαταστάσεων 597
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2024-01-26
Ημερομηνία Δημοσίευσης 2023-12-07
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής frame-extension-publishers
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://exp.world
Διεύθυνση URL της Σελίδας Βοήθειας https://learn.framevr.io
URL της Σελίδας Πολιτικής Απορρήτου https://learn.framevr.io/tos-privacy-policy
Υποστηριζόμενες Γλώσσες 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"
    }
}