Here Calendar

Here.fm integration with Google Calendar

Co to jest Here Calendar?

Here Calendar to rozszerzenie Chrome opracowane przez https://here.fm, a jego główną funkcją jest „Here.fm integration with Google Calendar”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Here Calendar

Pobierz pliki rozszerzeń Here Calendar w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Here Calendar Here Calendar
ID nngnogkbdoeejopcdkclmmkcbefggmed
Oficjalny URL https://chromewebstore.google.com/detail/here-calendar/nngnogkbdoeejopcdkclmmkcbefggmed
Opis Here.fm integration with Google Calendar
Rozmiar pliku 24.08 KB
Liczba instalacji 2,591
Aktualna Wersja 1.0.6
Ostatnia Aktualizacja 2022-08-11
Data Publikacji 2020-08-21
Ocena 5.00/5 Łącznie 21 Oceny
Deweloper https://here.fm
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://here.fm
Adres URL Strony Pomocy https://help.here.fm
Adres URL Strony Polityki Prywatności https://here.fm/privacy.html
Obsługiwane Języki 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
}