Frame
Provides Google Calendar integration with FRAME, and lets you view your FRAME home area in the toolbar!
Cos'è Frame?
Frame è un'estensione di Chrome sviluppata da frame-extension-publishers, e la sua funzione principale è "Provides Google Calendar integration with FRAME, and lets you view your FRAME home area in the toolbar!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Frame
Scarica i file di estensione Frame in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Frame |
ID | ifcehhhakbbdkmgabgoielibigicbmpi |
URL Ufficiale | https://chromewebstore.google.com/detail/frame/ifcehhhakbbdkmgabgoielibigicbmpi |
Descrizione | Provides Google Calendar integration with FRAME, and lets you view your FRAME home area in the toolbar! |
Dimensione del File | 163 KB |
Conteggio Installazioni | 72 |
Versione Corrente | 1.5 |
Ultimo Aggiornamento | 2024-01-26 |
Data di Pubblicazione | 2022-11-08 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | frame-extension-publishers |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://framevr.io |
URL della Pagina di Aiuto | https://learn.framevr.io/ |
Lingue Supportate | 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" } } |