CoinMarketCal to Google Calendar

Adds an option on CoinMarketCal events to automatically add them to Google Calendar

Wat is CoinMarketCal to Google Calendar?

CoinMarketCal to Google Calendar is een Chrome-extensie ontwikkeld door Pedro Gontjo, en de belangrijkste functie is "Adds an option on CoinMarketCal events to automatically add them to Google Calendar".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie CoinMarketCal to Google Calendar

Download CoinMarketCal to Google Calendar-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Very simple but useful extension that adds an icon in each CoinMarketCal event which once clicked opens Google Calendar "Add Event" page with all fields already filled.

Let me know if it was helpful for you.                    

Basisinformatie over de Extensie

Naam CoinMarketCal to Google Calendar CoinMarketCal to Google Calendar
ID kmccnbamdhpjlgfbalgelkanpfimainl
Officiële URL https://chromewebstore.google.com/detail/coinmarketcal-to-google-c/kmccnbamdhpjlgfbalgelkanpfimainl
Beschrijving Adds an option on CoinMarketCal events to automatically add them to Google Calendar
Bestandsgrootte 44.03 KB
Aantal Installaties 31
Huidige Versie 0.0.0.3
Laatst Bijgewerkt 2018-02-27
Publicatiedatum 2018-02-27
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Pedro Gontjo
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CoinMarketCal to Google Calendar",
    "description": "Adds an option on CoinMarketCal events to automatically add them to Google Calendar",
    "version": "0.0.0.3",
    "permissions": [
        "https:\/\/coinmarketcal.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/coinmarketcal.com\/*"
            ],
            "js": [
                "moment.js",
                "contentscript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "add.png"
    ],
    "icons": {
        "16": "add.png",
        "48": "add.png",
        "128": "add.png"
    }
}