FetCal

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

Co to jest FetCal?

FetCal to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Adds a button to FetLife that will let you add Google Calendar events from the page”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia FetCal

Pobierz pliki rozszerzeń FetCal w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa FetCal FetCal
ID bldlndmpoklbkgkgihchgdfhfpmhklnk
Oficjalny URL https://chromewebstore.google.com/detail/fetcal/bldlndmpoklbkgkgihchgdfhfpmhklnk
Opis Adds a button to FetLife that will let you add Google Calendar events from the page
Rozmiar pliku 72.21 KB
Liczba instalacji 22
Aktualna Wersja 1.1.0
Ostatnia Aktualizacja 2020-06-01
Data Publikacji 2020-06-01
Ocena 1.67/5 Łącznie 3 Oceny
Deweloper Unknown
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
}