Here Calendar

Here.fm integration with Google Calendar

Wat is Here Calendar?

Here Calendar is een Chrome-extensie ontwikkeld door https://here.fm, en de belangrijkste functie is "Here.fm integration with Google Calendar".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Here Calendar

Download Here Calendar-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Here Calendar Here Calendar
ID nngnogkbdoeejopcdkclmmkcbefggmed
Officiële URL https://chromewebstore.google.com/detail/here-calendar/nngnogkbdoeejopcdkclmmkcbefggmed
Beschrijving Here.fm integration with Google Calendar
Bestandsgrootte 24.08 KB
Aantal Installaties 2,591
Huidige Versie 1.0.6
Laatst Bijgewerkt 2022-08-11
Publicatiedatum 2020-08-21
Beoordeling 5.00/5 Totaal 21 Beoordelingen
Ontwikkelaar https://here.fm
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://here.fm
Help Pagina-URL https://help.here.fm
URL van de Privacybeleid Pagina https://here.fm/privacy.html
Ondersteunde Talen 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
}