FetCal

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

Qu'est-ce que FetCal ?

FetCal est une extension Chrome développée par Unknown, et sa fonction principale est "Adds a button to FetLife that will let you add Google Calendar events from the page".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension FetCal

Téléchargez les fichiers d'extension FetCal au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom FetCal FetCal
ID bldlndmpoklbkgkgihchgdfhfpmhklnk
URL Officiel https://chromewebstore.google.com/detail/fetcal/bldlndmpoklbkgkgihchgdfhfpmhklnk
Description Adds a button to FetLife that will let you add Google Calendar events from the page
Taille du Fichier 72.21 KB
Nombre d'Installations 22
Version Actuelle 1.1.0
Dernière Mise à Jour 2020-06-01
Date de Publication 2020-06-01
Évaluation 1.67/5 Total 3 Évaluations
Développeur Unknown
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}