There, there, Google Calendar

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

Τι είναι το There, there, Google Calendar;

Το There, there, Google Calendar είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://benjaminbojko.com, και η κύρια λειτουργία του είναι "Disables alerts in Google Calendar and redirects them to the console (Requires Settings > Notifications to be unchecked)".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης There, there, Google Calendar

Λήψη αρχείων επέκτασης There, there, Google Calendar σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                                            

Βασικές Πληροφορίες Επέκτασης

Όνομα There, there, Google Calendar There, there, Google Calendar
ID hkjnokojjolmplgbhmblgjioajjndgoo
Επίσημο URL https://chromewebstore.google.com/detail/there-there-google-calend/hkjnokojjolmplgbhmblgjioajjndgoo
Περιγραφή Disables alerts in Google Calendar and redirects them to the console (Requires Settings > Notifications to be unchecked)
Μέγεθος Αρχείου 138 KB
Αριθμός Εγκαταστάσεων 38
Τρέχουσα Έκδοση 0.1.2
Τελευταία Ενημέρωση 2017-06-02
Ημερομηνία Δημοσίευσης 2017-06-02
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής https://benjaminbojko.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    }
}