eXp World
Provides Google Calendar integration with eXp World, and lets you view your eXp home area in the toolbar!
O que é eXp World?
eXp World é uma extensão do Chrome desenvolvida por frame-extension-publishers, e sua principal característica é "Provides Google Calendar integration with eXp World, and lets you view your eXp home area in the toolbar!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão eXp World
Baixe arquivos de extensão eXp World no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | eXp World |
ID | mbcdinbjoochnongpepjlackmogihbka |
URL Oficial | https://chromewebstore.google.com/detail/exp-world/mbcdinbjoochnongpepjlackmogihbka |
Descrição | Provides Google Calendar integration with eXp World, and lets you view your eXp home area in the toolbar! |
Tamanho do Arquivo | 157 KB |
Contagem de Instalações | 597 |
Versão Atual | 1.1 |
Última Atualização | 2024-01-26 |
Data de Publicação | 2023-12-07 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | frame-extension-publishers |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://exp.world |
URL da Página de Ajuda | https://learn.framevr.io |
URL da Página de Política de Privacidade | https://learn.framevr.io/tos-privacy-policy |
Idiomas Suportados | 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" } } |