Frame
Provides Google Calendar integration with FRAME, and lets you view your FRAME home area in the toolbar!
¿Qué es Frame?
Frame es una extensión de Chrome desarrollada por frame-extension-publishers, y su función principal es "Provides Google Calendar integration with FRAME, and lets you view your FRAME home area in the toolbar!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Frame
Descarga archivos de extensión Frame en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Frame |
ID | ifcehhhakbbdkmgabgoielibigicbmpi |
URL Oficial | https://chromewebstore.google.com/detail/frame/ifcehhhakbbdkmgabgoielibigicbmpi |
Descripción | Provides Google Calendar integration with FRAME, and lets you view your FRAME home area in the toolbar! |
Tamaño del Archivo | 163 KB |
Cantidad de Instalaciones | 72 |
Versión Actual | 1.5 |
Última Actualización | 2024-01-26 |
Fecha de Publicación | 2022-11-08 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | frame-extension-publishers |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://framevr.io |
URL de la Página de Ayuda | https://learn.framevr.io/ |
Idiomas Soportados | 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" } } |