FetCal

Adds a button to FetLife that will let you add Google Calendar events from the page

Cos'è FetCal?

FetCal è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Adds a button to FetLife that will let you add Google Calendar events from the page".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione FetCal

Scarica i file di estensione FetCal in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome FetCal FetCal
ID bldlndmpoklbkgkgihchgdfhfpmhklnk
URL Ufficiale https://chromewebstore.google.com/detail/fetcal/bldlndmpoklbkgkgihchgdfhfpmhklnk
Descrizione Adds a button to FetLife that will let you add Google Calendar events from the page
Dimensione del File 72.21 KB
Conteggio Installazioni 22
Versione Corrente 1.1.0
Ultimo Aggiornamento 2020-06-01
Data di Pubblicazione 2020-06-01
Valutazione 1.67/5 Totale 3 Valutazioni
Sviluppatore Unknown
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}