Here Calendar

Here.fm integration with Google Calendar

Co je Here Calendar?

Here Calendar je rozšíření Chrome vyvinuté https://here.fm, a jeho hlavní funkcí je „Here.fm integration with Google Calendar“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Here Calendar

Stáhněte si soubory rozšíření Here Calendar ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Here Calendar Here Calendar
ID nngnogkbdoeejopcdkclmmkcbefggmed
Oficiální URL https://chromewebstore.google.com/detail/here-calendar/nngnogkbdoeejopcdkclmmkcbefggmed
Popis Here.fm integration with Google Calendar
Velikost souboru 24.08 KB
Počet instalací 2,591
Aktuální Verze 1.0.6
Poslední Aktualizace 2022-08-11
Datum Vydání 2020-08-21
Hodnocení 5.00/5 Celkem 21 Hodnocení
Vývojář https://here.fm
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://here.fm
URL Stránky Nápovědy https://help.here.fm
URL Stránky Zásad Ochrany Soukromí https://here.fm/privacy.html
Podporované Jazyky 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
}