There, there, Google Calendar

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

Vad är There, there, Google Calendar?

There, there, Google Calendar är en Chrome-tillägg utvecklad av https://benjaminbojko.com, och dess huvudfunktion är "Disables alerts in Google Calendar and redirects them to the console (Requires Settings > Notifications to be unchecked)".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner There, there, Google Calendar-förlängningens CRX-fil

Ladda ner There, there, Google 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

                                            

Grundläggande Information om Tillägg

Namn There, there, Google Calendar There, there, Google Calendar
ID hkjnokojjolmplgbhmblgjioajjndgoo
Officiell webbadress https://chromewebstore.google.com/detail/there-there-google-calend/hkjnokojjolmplgbhmblgjioajjndgoo
Beskrivning Disables alerts in Google Calendar and redirects them to the console (Requires Settings > Notifications to be unchecked)
Filstorlek 138 KB
Antal Installationer 38
Aktuell Version 0.1.2
Senast Uppdaterad 2017-06-02
Publiceringsdatum 2017-06-02
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://benjaminbojko.com
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}