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