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!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Frame
ดาวน์โหลดไฟล์ส่วนขยาย Frame ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
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" } } |