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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" } } |