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开发的Chrome扩展程序,该扩展的主要功能是“Provides Google Calendar integration with eXp World, and lets you view your eXp home area in the toolbar!”。
扩展截图
下载eXp World扩展crx文件
下载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 |
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" } } |