Frame

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

Was ist Frame?

Frame ist eine Chrome-Erweiterung, die von frame-extension-publishers entwickelt wurde, und ihr Hauptmerkmal ist "Provides Google Calendar integration with FRAME, and lets you view your FRAME home area in the toolbar!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Frame-Erweiterungs-CRX-Datei herunterladen

Laden Sie Frame-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Frame Frame
ID ifcehhhakbbdkmgabgoielibigicbmpi
Offizielle URL https://chromewebstore.google.com/detail/frame/ifcehhhakbbdkmgabgoielibigicbmpi
Beschreibung Provides Google Calendar integration with FRAME, and lets you view your FRAME home area in the toolbar!
Dateigröße 163 KB
Installationsanzahl 72
Aktuelle Version 1.5
Letztes Update 2024-01-26
Veröffentlichungsdatum 2022-11-08
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler frame-extension-publishers
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://framevr.io
Hilfeseite URL https://learn.framevr.io/
Unterstützte Sprachen 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"
    }
}