CoinMarketCal to Google Calendar
Adds an option on CoinMarketCal events to automatically add them to Google Calendar
Was ist CoinMarketCal to Google Calendar?
CoinMarketCal to Google Calendar ist eine Chrome-Erweiterung, die von Pedro Gontjo entwickelt wurde, und ihr Hauptmerkmal ist "Adds an option on CoinMarketCal events to automatically add them to Google Calendar".
Erweiterungsscreenshots
CoinMarketCal to Google Calendar-Erweiterungs-CRX-Datei herunterladen
Laden Sie CoinMarketCal to Google Calendar-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | CoinMarketCal to Google Calendar |
ID | kmccnbamdhpjlgfbalgelkanpfimainl |
Offizielle URL | https://chromewebstore.google.com/detail/coinmarketcal-to-google-c/kmccnbamdhpjlgfbalgelkanpfimainl |
Beschreibung | Adds an option on CoinMarketCal events to automatically add them to Google Calendar |
Dateigröße | 44.03 KB |
Installationsanzahl | 31 |
Aktuelle Version | 0.0.0.3 |
Letztes Update | 2018-02-27 |
Veröffentlichungsdatum | 2018-02-27 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Pedro Gontjo |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |