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!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載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 eXp World
ID mbcdinbjoochnongpepjlackmogihbka
官方網址 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"
    }
}