Frame

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

O que é Frame?

Frame é uma extensão do Chrome desenvolvida por frame-extension-publishers, e sua principal característica é "Provides Google Calendar integration with FRAME, and lets you view your FRAME home area in the toolbar!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Frame

Baixe arquivos de extensão Frame 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

                        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.                    

Informações Básicas da Extensão

Nome Frame Frame
ID ifcehhhakbbdkmgabgoielibigicbmpi
URL Oficial https://chromewebstore.google.com/detail/frame/ifcehhhakbbdkmgabgoielibigicbmpi
Descrição Provides Google Calendar integration with FRAME, and lets you view your FRAME home area in the toolbar!
Tamanho do Arquivo 163 KB
Contagem de Instalações 72
Versão Atual 1.5
Última Atualização 2024-01-26
Data de Publicação 2022-11-08
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor frame-extension-publishers
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://framevr.io
URL da Página de Ajuda https://learn.framevr.io/
Idiomas Suportados 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"
    }
}