Frame

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

Apa itu Frame?

Frame adalah ekstensi Chrome yang dikembangkan oleh frame-extension-publishers, dan fitur utamanya adalah "Provides Google Calendar integration with FRAME, and lets you view your FRAME home area in the toolbar!".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Frame

Unduh file ekstensi Frame dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Frame Frame
ID ifcehhhakbbdkmgabgoielibigicbmpi
URL Resmi https://chromewebstore.google.com/detail/frame/ifcehhhakbbdkmgabgoielibigicbmpi
Deskripsi Provides Google Calendar integration with FRAME, and lets you view your FRAME home area in the toolbar!
Ukuran File 163 KB
Jumlah Instalasi 72
Versi Saat Ini 1.5
Terakhir Diperbarui 2024-01-26
Tanggal Publikasi 2022-11-08
Penilaian 5.00/5 Total 2 Penilaian
Pengembang frame-extension-publishers
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://framevr.io
URL Halaman Bantuan https://learn.framevr.io/
Bahasa yang Didukung 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"
    }
}