CoinMarketCal to Google Calendar
Adds an option on CoinMarketCal events to automatically add them to Google Calendar
Qu'est-ce que CoinMarketCal to Google Calendar ?
CoinMarketCal to Google Calendar est une extension Chrome développée par Pedro Gontjo, et sa fonction principale est "Adds an option on CoinMarketCal events to automatically add them to Google Calendar".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension CoinMarketCal to Google Calendar
Téléchargez les fichiers d'extension CoinMarketCal to Google Calendar au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | CoinMarketCal to Google Calendar |
ID | kmccnbamdhpjlgfbalgelkanpfimainl |
URL Officiel | https://chromewebstore.google.com/detail/coinmarketcal-to-google-c/kmccnbamdhpjlgfbalgelkanpfimainl |
Description | Adds an option on CoinMarketCal events to automatically add them to Google Calendar |
Taille du Fichier | 44.03 KB |
Nombre d'Installations | 31 |
Version Actuelle | 0.0.0.3 |
Dernière Mise à Jour | 2018-02-27 |
Date de Publication | 2018-02-27 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Pedro Gontjo |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |