Frame

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

ما هو Frame؟

Frame هو إضافة Chrome تم تطويرها بواسطة 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 للإضافة Frame

قم بتنزيل ملفات الامتداد Frame بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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"
    }
}