There, there, Google Calendar

Disables alerts in Google Calendar and redirects them to the console (Requires Settings > Notifications to be unchecked)

Co to jest There, there, Google Calendar?

There, there, Google Calendar to rozszerzenie Chrome opracowane przez https://benjaminbojko.com, a jego główną funkcją jest „Disables alerts in Google Calendar and redirects them to the console (Requires Settings > Notifications to be unchecked)”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia There, there, Google Calendar

Pobierz pliki rozszerzeń There, there, Google 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

                                            

Podstawowe informacje o rozszerzeniu

Nazwa There, there, Google Calendar There, there, Google Calendar
ID hkjnokojjolmplgbhmblgjioajjndgoo
Oficjalny URL https://chromewebstore.google.com/detail/there-there-google-calend/hkjnokojjolmplgbhmblgjioajjndgoo
Opis Disables alerts in Google Calendar and redirects them to the console (Requires Settings > Notifications to be unchecked)
Rozmiar pliku 138 KB
Liczba instalacji 38
Aktualna Wersja 0.1.2
Ostatnia Aktualizacja 2017-06-02
Data Publikacji 2017-06-02
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://benjaminbojko.com
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.1.2",
    "name": "There, there, Google Calendar",
    "description": "Disables alerts in Google Calendar and redirects them to the console (Requires Settings > Notifications to be unchecked)",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/calendar.google.com\/*"
            ],
            "js": [
                "main.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "main.js"
    ],
    "icons": {
        "128": "icon128.png",
        "512": "icon512.png"
    }
}