Frame
Provides Google Calendar integration with FRAME, and lets you view your FRAME home area in the toolbar!
What is Frame?
Frame is a Chrome extension developed by frame-extension-publishers, and its main feature is "Provides Google Calendar integration with FRAME, and lets you view your FRAME home area in the toolbar!".
Extension Screenshots
Download Frame Extension CRX File
Download Frame extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Frame |
ID | ifcehhhakbbdkmgabgoielibigicbmpi |
Official URL | https://chromewebstore.google.com/detail/frame/ifcehhhakbbdkmgabgoielibigicbmpi |
Description | Provides Google Calendar integration with FRAME, and lets you view your FRAME home area in the toolbar! |
File Size | 163 KB |
Installation Count | 72 |
Current Version | 1.5 |
Last Updated | 2024-01-26 |
Publish Date | 2022-11-08 |
Rating | 5.00/5 Total 2 Ratings |
Developer | frame-extension-publishers |
[email protected] | |
Payment Type | free |
Extension Website | https://framevr.io |
Help Page URL | https://learn.framevr.io/ |
Supported Languages | 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" } } |