CoinMarketCal to Google Calendar
Adds an option on CoinMarketCal events to automatically add them to Google Calendar
Apa itu CoinMarketCal to Google Calendar?
CoinMarketCal to Google Calendar adalah ekstensi Chrome yang dikembangkan oleh Pedro Gontjo, dan fitur utamanya adalah "Adds an option on CoinMarketCal events to automatically add them to Google Calendar".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi CoinMarketCal to Google Calendar
Unduh file ekstensi CoinMarketCal to Google Calendar dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | CoinMarketCal to Google Calendar |
ID | kmccnbamdhpjlgfbalgelkanpfimainl |
URL Resmi | https://chromewebstore.google.com/detail/coinmarketcal-to-google-c/kmccnbamdhpjlgfbalgelkanpfimainl |
Deskripsi | Adds an option on CoinMarketCal events to automatically add them to Google Calendar |
Ukuran File | 44.03 KB |
Jumlah Instalasi | 31 |
Versi Saat Ini | 0.0.0.3 |
Terakhir Diperbarui | 2018-02-27 |
Tanggal Publikasi | 2018-02-27 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Pedro Gontjo |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |