Frame
Provides Google Calendar integration with FRAME, and lets you view your FRAME home area in the toolbar!
Wat is Frame?
Frame is een Chrome-extensie ontwikkeld door frame-extension-publishers, en de belangrijkste functie is "Provides Google Calendar integration with FRAME, and lets you view your FRAME home area in the toolbar!".
Extensie Screenshots
Download het CRX-bestand van de extensie Frame
Download Frame-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Frame |
ID | ifcehhhakbbdkmgabgoielibigicbmpi |
Officiële URL | https://chromewebstore.google.com/detail/frame/ifcehhhakbbdkmgabgoielibigicbmpi |
Beschrijving | Provides Google Calendar integration with FRAME, and lets you view your FRAME home area in the toolbar! |
Bestandsgrootte | 163 KB |
Aantal Installaties | 72 |
Huidige Versie | 1.5 |
Laatst Bijgewerkt | 2024-01-26 |
Publicatiedatum | 2022-11-08 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | frame-extension-publishers |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://framevr.io |
Help Pagina-URL | https://learn.framevr.io/ |
Ondersteunde Talen | 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" } } |