Frame

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

Frame란 무엇입니까?

Frame은(는) frame-extension-publishers에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Provides Google Calendar integration with FRAME, and lets you view your FRAME home area in the toolbar!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Frame 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}