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!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة eXp World
قم بتنزيل ملفات الامتداد eXp World بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة المساعدة | https://learn.framevr.io |
عنوان صفحة سياسة الخصوصية | 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" } } |