Here Calendar

Here.fm integration with Google Calendar

What is Here Calendar?

Here Calendar is a Chrome extension developed by https://here.fm, and its main feature is "Here.fm integration with Google Calendar".

Extension Screenshots

screenshot
screenshot

Download Here Calendar Extension CRX File

Download Here Calendar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Here Calendar Here Calendar
ID nngnogkbdoeejopcdkclmmkcbefggmed
Official URL https://chromewebstore.google.com/detail/here-calendar/nngnogkbdoeejopcdkclmmkcbefggmed
Description Here.fm integration with Google Calendar
File Size 24.08 KB
Installation Count 2,591
Current Version 1.0.6
Last Updated 2022-08-11
Publish Date 2020-08-21
Rating 5.00/5 Total 21 Ratings
Developer https://here.fm
Email [email protected]
Payment Type free
Extension Website https://here.fm
Help Page URL https://help.here.fm
Privacy Policy Page URL https://here.fm/privacy.html
Supported Languages 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
}