CoinMarketCal to Google Calendar
Adds an option on CoinMarketCal events to automatically add them to Google Calendar
What is CoinMarketCal to Google Calendar?
CoinMarketCal to Google Calendar is a Chrome extension developed by Pedro Gontjo, and its main feature is "Adds an option on CoinMarketCal events to automatically add them to Google Calendar".
Extension Screenshots
Download CoinMarketCal to Google Calendar Extension CRX File
Download CoinMarketCal to Google Calendar 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
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.
Extension Basic Information
Name | CoinMarketCal to Google Calendar |
ID | kmccnbamdhpjlgfbalgelkanpfimainl |
Official URL | https://chromewebstore.google.com/detail/coinmarketcal-to-google-c/kmccnbamdhpjlgfbalgelkanpfimainl |
Description | Adds an option on CoinMarketCal events to automatically add them to Google Calendar |
File Size | 44.03 KB |
Installation Count | 31 |
Current Version | 0.0.0.3 |
Last Updated | 2018-02-27 |
Publish Date | 2018-02-27 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Pedro Gontjo |
Payment Type | free |
Supported Languages | 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" } } |