Here Calendar

Here.fm integration with Google Calendar

Vad är Here Calendar?

Here Calendar är en Chrome-tillägg utvecklad av https://here.fm, och dess huvudfunktion är "Here.fm integration with Google Calendar".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Here Calendar-förlängningens CRX-fil

Ladda ner Here Calendar-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Here Calendar Here Calendar
ID nngnogkbdoeejopcdkclmmkcbefggmed
Officiell webbadress https://chromewebstore.google.com/detail/here-calendar/nngnogkbdoeejopcdkclmmkcbefggmed
Beskrivning Here.fm integration with Google Calendar
Filstorlek 24.08 KB
Antal Installationer 2,591
Aktuell Version 1.0.6
Senast Uppdaterad 2022-08-11
Publiceringsdatum 2020-08-21
Betyg 5.00/5 Totalt 21 Betyg
Utvecklare https://here.fm
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://here.fm
Hjälpsida URL https://help.here.fm
URL till Sekretesspolicy Sidan https://here.fm/privacy.html
Stödda Språk 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
}