eXp World
Provides Google Calendar integration with eXp World, and lets you view your eXp home area in the toolbar!
Qu'est-ce que eXp World ?
eXp World est une extension Chrome développée par frame-extension-publishers, et sa fonction principale est "Provides Google Calendar integration with eXp World, and lets you view your eXp home area in the toolbar!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension eXp World
Téléchargez les fichiers d'extension eXp World au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | eXp World |
ID | mbcdinbjoochnongpepjlackmogihbka |
URL Officiel | 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! |
Taille du Fichier | 157 KB |
Nombre d'Installations | 597 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2024-01-26 |
Date de Publication | 2023-12-07 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | frame-extension-publishers |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://exp.world |
URL de la Page d'Aide | https://learn.framevr.io |
URL de la Page de Politique de Confidentialité | https://learn.framevr.io/tos-privacy-policy |
Langues Prises en Charge | 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" } } |