Frame

Provides Google Calendar integration with FRAME, and lets you view your FRAME home area in the toolbar!

Что такое Frame?

Frame - это расширение Chrome, разработанное frame-extension-publishers, и его основная функция - "Provides Google Calendar integration with FRAME, and lets you view your FRAME home area in the toolbar!".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Frame

Скачайте файлы расширений Frame в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Frame (https://framevr.io) is a beta product from Virbela. Frame makes it easy to communicate and collaborate in 3D environments, right from the web browser.

This extension adds a "FRAME" button to Google Calendar that allows choosing a Frame location for an event.
This also gives easy access to a Frame home area from the toolbar!
Google Calendar events can be created by clicking under frames inside the toolbar popup.                    

Основная информация о расширении

Название Frame Frame
ID ifcehhhakbbdkmgabgoielibigicbmpi
Официальный URL https://chromewebstore.google.com/detail/frame/ifcehhhakbbdkmgabgoielibigicbmpi
Описание Provides Google Calendar integration with FRAME, and lets you view your FRAME home area in the toolbar!
Размер файла 163 KB
Количество установок 72
Текущая Версия 1.5
Последнее Обновление 2024-01-26
Дата публикации 2022-11-08
Рейтинг 5.00/5 Всего 2 оценок
Разработчик frame-extension-publishers
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://framevr.io
URL страницы помощи https://learn.framevr.io/
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Frame",
    "description": "Provides Google Calendar integration with FRAME, and lets you view your FRAME home area in the toolbar!",
    "version": "1.5",
    "manifest_version": 3,
    "action": {
        "default_title": "Frame",
        "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"
    }
}