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"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CoinMarketCal to Google Calendar

ดาวน์โหลดไฟล์ส่วนขยาย CoinMarketCal to Google Calendar ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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"
    }
}