Google Calendar Guests Modify Event Default

Enables 'Guests can modify event' setting for google calendar by default, when creating a new event.

Co je Google Calendar Guests Modify Event Default?

Google Calendar Guests Modify Event Default je rozšíření Chrome vyvinuté Robin Drexler, a jeho hlavní funkcí je „Enables 'Guests can modify event' setting for google calendar by default, when creating a new event.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Google Calendar Guests Modify Event Default

Stáhněte si soubory rozšíření Google Calendar Guests Modify Event Default 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í

                        Enables 'Guests can modify event' setting for google calendar by default, when creating a new event.

Code is on Github: https://github.com/robin-drexler/Google-Calendar-Guests-Can-Modify-Event-By-Default                    

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

Název Google Calendar Guests Modify Event Default Google Calendar Guests Modify Event Default
ID hjhicmeghjagaicbkmhmbbnibhbkcfdb
Oficiální URL https://chromewebstore.google.com/detail/google-calendar-guests-mo/hjhicmeghjagaicbkmhmbbnibhbkcfdb
Popis Enables 'Guests can modify event' setting for google calendar by default, when creating a new event.
Velikost souboru 66.23 KB
Počet instalací 7,029
Aktuální Verze 0.3
Poslední Aktualizace 2015-09-07
Datum Vydání 2015-09-07
Hodnocení 3.62/5 Celkem 21 Hodnocení
Vývojář Robin Drexler
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Calendar Guests Modify Event Default",
    "version": "0.3",
    "icons": {
        "256": "\/img\/icons\/icon_256.png"
    },
    "description": "Enables 'Guests can modify event' setting for google calendar by default, when creating a new event.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/calendar.google.com\/*",
                "https:\/\/www.google.com\/calendar\/*"
            ],
            "js": [
                "\/js\/content_script.js"
            ]
        }
    ],
    "manifest_version": 2
}