FetCal
Adds a button to FetLife that will let you add Google Calendar events from the page
Was ist FetCal?
FetCal ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Adds a button to FetLife that will let you add Google Calendar events from the page".
Erweiterungsscreenshots
FetCal-Erweiterungs-CRX-Datei herunterladen
Laden Sie FetCal-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        Do you keep missing FetLife events because your Google Calendar runs your life?
This extension puts a button on FetLife event pages which, when clicked, will take you *directly* to a Google Calendar new event with all the details filled out.  No more missed events for you!                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | bldlndmpoklbkgkgihchgdfhfpmhklnk | 
| Offizielle URL | https://chromewebstore.google.com/detail/fetcal/bldlndmpoklbkgkgihchgdfhfpmhklnk | 
| Beschreibung | Adds a button to FetLife that will let you add Google Calendar events from the page | 
| Dateigröße | 72.21 KB | 
| Installationsanzahl | 22 | 
| Aktuelle Version | 1.1.0 | 
| Letztes Update | 2020-06-01 | 
| Veröffentlichungsdatum | 2020-06-01 | 
| Bewertung | 1.67/5 Insgesamt 3 Bewertungen | 
| Entwickler | Unknown | 
| [email protected] | |
| Zahlungsart | free | 
| Unterstützte Sprachen | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FetCal",
    "version": "1.1.0",
    "description": "Adds a button to FetLife that will let you add Google Calendar events from the page",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/fetlife.com\/events\/*"
            ],
            "js": [
                "lib\/date.format\/date.format.js",
                "src\/inject.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/fetcal-icon-16.png",
        "32": "images\/fetcal-icon-32.png",
        "48": "images\/fetcal-icon-48.png",
        "128": "images\/fetcal-icon-128.png"
    },
    "manifest_version": 2
}  |  |