Frame
Provides Google Calendar integration with FRAME, and lets you view your FRAME home area in the toolbar!
Co je Frame?
Frame je rozšíření Chrome vyvinuté frame-extension-publishers, a jeho hlavní funkcí je „Provides Google Calendar integration with FRAME, and lets you view your FRAME home area in the toolbar!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Frame
Stáhněte si soubory rozšíření Frame ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Frame |
ID | ifcehhhakbbdkmgabgoielibigicbmpi |
Oficiální URL | https://chromewebstore.google.com/detail/frame/ifcehhhakbbdkmgabgoielibigicbmpi |
Popis | Provides Google Calendar integration with FRAME, and lets you view your FRAME home area in the toolbar! |
Velikost souboru | 163 KB |
Počet instalací | 72 |
Aktuální Verze | 1.5 |
Poslední Aktualizace | 2024-01-26 |
Datum Vydání | 2022-11-08 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | frame-extension-publishers |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://framevr.io |
URL Stránky Nápovědy | https://learn.framevr.io/ |
Podporované Jazyky | 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" } } |