Here Calendar

Here.fm integration with Google Calendar

Here Calendar क्या है?

Here Calendar https://here.fm द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Here.fm integration with Google Calendar"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Here Calendar एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}