Frame
Provides Google Calendar integration with FRAME, and lets you view your FRAME home area in the toolbar!
Co to jest Frame?
Frame to rozszerzenie Chrome opracowane przez frame-extension-publishers, a jego główną funkcją jest „Provides Google Calendar integration with FRAME, and lets you view your FRAME home area in the toolbar!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Frame
Pobierz pliki rozszerzeń Frame w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Frame |
ID | ifcehhhakbbdkmgabgoielibigicbmpi |
Oficjalny URL | https://chromewebstore.google.com/detail/frame/ifcehhhakbbdkmgabgoielibigicbmpi |
Opis | Provides Google Calendar integration with FRAME, and lets you view your FRAME home area in the toolbar! |
Rozmiar pliku | 163 KB |
Liczba instalacji | 72 |
Aktualna Wersja | 1.5 |
Ostatnia Aktualizacja | 2024-01-26 |
Data Publikacji | 2022-11-08 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | frame-extension-publishers |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://framevr.io |
Adres URL Strony Pomocy | https://learn.framevr.io/ |
Obsługiwane Języki | 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" } } |