JibberJobber Calendar Widget

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

Qu'est-ce que JibberJobber Calendar Widget ?

JibberJobber Calendar Widget est une extension Chrome développée par https://www.jibberjobber.com, et sa fonction principale est "Use this widget to see what you have scheduled, and easily add new items to your calendar.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension JibberJobber Calendar Widget

Téléchargez les fichiers d'extension JibberJobber Calendar Widget au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom JibberJobber Calendar Widget JibberJobber Calendar Widget
ID abacadegokmjfklkpncnhelhjhnkiigc
URL Officiel https://chrome.google.com/webstore/detail/jibberjobber-calendar-wid/abacadegokmjfklkpncnhelhjhnkiigc
Description Use this widget to see what you have scheduled, and easily add new items to your calendar.
Taille du Fichier 556 KB
Nombre d'Installations 96
Version Actuelle 1.0.2
Dernière Mise à Jour 2017-12-10
Date de Publication 2017-12-10
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://www.jibberjobber.com
Type de Paiement free
Langues Prises en Charge 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"
    ]
}