JibberJobber Calendar Widget

Use this widget to see what you have scheduled, and easily add new items to your calendar.

Cos'è JibberJobber Calendar Widget?

JibberJobber Calendar Widget è un'estensione di Chrome sviluppata da https://www.jibberjobber.com, e la sua funzione principale è "Use this widget to see what you have scheduled, and easily add new items to your calendar.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione JibberJobber Calendar Widget

Scarica i file di estensione JibberJobber Calendar Widget in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This JibberJobber widget shows you calendar items including Action Item reminders and birthdays. You can easily add new items to your JibberJobber calendar using this widget, without even going into JibberJobber. Use this to always see what's going on and what you need to do. You can also add the JibberJobber Job Search Widget, and use the mobile apps, with the web app. Learn more at JibberJobber.com.                    

Informazioni di Base sull'Estensione

Nome JibberJobber Calendar Widget JibberJobber Calendar Widget
ID abacadegokmjfklkpncnhelhjhnkiigc
URL Ufficiale https://chrome.google.com/webstore/detail/jibberjobber-calendar-wid/abacadegokmjfklkpncnhelhjhnkiigc
Descrizione Use this widget to see what you have scheduled, and easily add new items to your calendar.
Dimensione del File 556 KB
Conteggio Installazioni 96
Versione Corrente 1.0.2
Ultimo Aggiornamento 2017-12-10
Data di Pubblicazione 2017-12-10
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://www.jibberjobber.com
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "JibberJobber Calendar Widget",
    "description": "Use this widget to see what you have scheduled, and easily add new items to your calendar.",
    "version": "1.0.2",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon16.png",
        "36": "icon36.png",
        "48": "icon48.png",
        "128": "icon128.png",
        "144": "icon144.png"
    },
    "permissions": [
        "storage",
        "notifications",
        "activeTab"
    ]
}