Here Calendar

Here.fm integration with Google Calendar

Here Calendarคืออะไร?

Here Calendar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://here.fm และคุณลักษณะหลักของมันคือ "Here.fm integration with Google Calendar"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Here Calendar

ดาวน์โหลดไฟล์ส่วนขยาย Here Calendar ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Change up the way you get together with your friends with Here - a real-time, shared canvas where you can meet up on video, decorate with pics and GIFs, draw, screenshare, and more -- all in Chrome at here.fm.

This extension provides a simple way to schedule meetings in a Here room, directly from Google Calendar. Book meetings, schedule social events, and change rooms with a couple clicks.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Here Calendar Here Calendar
ID nngnogkbdoeejopcdkclmmkcbefggmed
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/here-calendar/nngnogkbdoeejopcdkclmmkcbefggmed
คำอธิบาย Here.fm integration with Google Calendar
ขนาดไฟล์ 24.08 KB
จำนวนการติดตั้ง 2,591
เวอร์ชันปัจจุบัน 1.0.6
อัปเดตครั้งล่าสุด 2022-08-11
วันที่เผยแพร่ 2020-08-21
คะแนน 5.00/5 รวมทั้งหมด 21 คะแนน
ผู้พัฒนา https://here.fm
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://here.fm
URL หน้าช่วยเหลือ https://help.here.fm
URL หน้านโยบายความเป็นส่วนตัว https://here.fm/privacy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Here Calendar",
    "version": "1.0.6",
    "description": "Here.fm integration with Google Calendar",
    "externally_connectable": {
        "matches": [
            "*:\/\/here.fm\/*"
        ]
    },
    "background": {
        "scripts": [
            "main.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/calendar.google.com\/*",
                "*:\/\/here.fm\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "icons": {
        "128": "128x128.png",
        "48": "48x48.png",
        "16": "16x16.png"
    },
    "manifest_version": 2
}