Frame

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

Frame क्या है?

Frame frame-extension-publishers द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Provides Google Calendar integration with FRAME, and lets you view your FRAME home area in the toolbar!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Frame एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Frame Frame
ID ifcehhhakbbdkmgabgoielibigicbmpi
आधिकारिक URL https://chromewebstore.google.com/detail/frame/ifcehhhakbbdkmgabgoielibigicbmpi
विवरण Provides Google Calendar integration with FRAME, and lets you view your FRAME home area in the toolbar!
फ़ाइल का आकार 163 KB
स्थापना संख्या 72
वर्तमान संस्करण 1.5
अंतिम अपडेट 2024-01-26
प्रकाशन तिथि 2022-11-08
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर frame-extension-publishers
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://framevr.io
सहायता पृष्ठ URL https://learn.framevr.io/
समर्थित भाषाएँ 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"
    }
}