CoinMarketCal to Google Calendar
Adds an option on CoinMarketCal events to automatically add them to Google Calendar
ما هو CoinMarketCal to Google Calendar؟
CoinMarketCal to Google Calendar هو إضافة Chrome تم تطويرها بواسطة Pedro Gontjo، والميزة الرئيسية لها هي "Adds an option on CoinMarketCal events to automatically add them to Google Calendar".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة CoinMarketCal to Google Calendar
قم بتنزيل ملفات الامتداد CoinMarketCal to Google Calendar بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | CoinMarketCal to Google Calendar |
ID | kmccnbamdhpjlgfbalgelkanpfimainl |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/coinmarketcal-to-google-c/kmccnbamdhpjlgfbalgelkanpfimainl |
الوصف | Adds an option on CoinMarketCal events to automatically add them to Google Calendar |
حجم الملف | 44.03 KB |
عدد التثبيتات | 31 |
النسخة الحالية | 0.0.0.3 |
آخر تحديث | 2018-02-27 |
تاريخ النشر | 2018-02-27 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Pedro Gontjo |
نوع الدفع | free |
اللغات المدعومة | 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" } } |