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
公式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
Eメール [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"
    }
}