Here Calendar

Here.fm integration with Google Calendar

Cos'è Here Calendar?

Here Calendar è un'estensione di Chrome sviluppata da https://here.fm, e la sua funzione principale è "Here.fm integration with Google Calendar".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Here Calendar

Scarica i file di estensione Here Calendar in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Here Calendar Here Calendar
ID nngnogkbdoeejopcdkclmmkcbefggmed
URL Ufficiale https://chromewebstore.google.com/detail/here-calendar/nngnogkbdoeejopcdkclmmkcbefggmed
Descrizione Here.fm integration with Google Calendar
Dimensione del File 24.08 KB
Conteggio Installazioni 2,591
Versione Corrente 1.0.6
Ultimo Aggiornamento 2022-08-11
Data di Pubblicazione 2020-08-21
Valutazione 5.00/5 Totale 21 Valutazioni
Sviluppatore https://here.fm
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://here.fm
URL della Pagina di Aiuto https://help.here.fm
URL della Pagina della Politica sulla Privacy https://here.fm/privacy.html
Lingue Supportate 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
}