eXp World
Provides Google Calendar integration with eXp World, and lets you view your eXp home area in the toolbar!
eXp World क्या है?
eXp World frame-extension-publishers द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Provides Google Calendar integration with eXp World, and lets you view your eXp home area in the toolbar!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में eXp World एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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" } } |