Frame

Provides Google Calendar integration with FRAME, and lets you view your FRAME home area in the toolbar!

Vad är Frame?

Frame är en Chrome-tillägg utvecklad av frame-extension-publishers, och dess huvudfunktion är "Provides Google Calendar integration with FRAME, and lets you view your FRAME home area in the toolbar!".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Frame-förlängningens CRX-fil

Ladda ner Frame-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Frame Frame
ID ifcehhhakbbdkmgabgoielibigicbmpi
Officiell webbadress https://chromewebstore.google.com/detail/frame/ifcehhhakbbdkmgabgoielibigicbmpi
Beskrivning Provides Google Calendar integration with FRAME, and lets you view your FRAME home area in the toolbar!
Filstorlek 163 KB
Antal Installationer 72
Aktuell Version 1.5
Senast Uppdaterad 2024-01-26
Publiceringsdatum 2022-11-08
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare frame-extension-publishers
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://framevr.io
Hjälpsida URL https://learn.framevr.io/
Stödda Språk 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"
    }
}