FetCal

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

What is FetCal?

FetCal is a Chrome extension developed by Unknown, and its main feature is "Adds a button to FetLife that will let you add Google Calendar events from the page".

Extension Screenshots

screenshot
screenshot

Download FetCal Extension CRX File

Download FetCal extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name FetCal FetCal
ID bldlndmpoklbkgkgihchgdfhfpmhklnk
Official URL https://chromewebstore.google.com/detail/fetcal/bldlndmpoklbkgkgihchgdfhfpmhklnk
Description Adds a button to FetLife that will let you add Google Calendar events from the page
File Size 72.21 KB
Installation Count 22
Current Version 1.1.0
Last Updated 2020-06-01
Publish Date 2020-06-01
Rating 1.67/5 Total 3 Ratings
Developer Unknown
Email [email protected]
Payment Type free
Supported Languages 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
}