JibberJobber Calendar Widget
Use this widget to see what you have scheduled, and easily add new items to your calendar.
Wat is JibberJobber Calendar Widget?
JibberJobber Calendar Widget is een Chrome-extensie ontwikkeld door https://www.jibberjobber.com, en de belangrijkste functie is "Use this widget to see what you have scheduled, and easily add new items to your calendar.".
Extensie Screenshots
Download het CRX-bestand van de extensie JibberJobber Calendar Widget
Download JibberJobber Calendar Widget-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | abacadegokmjfklkpncnhelhjhnkiigc |
Officiële URL | https://chrome.google.com/webstore/detail/jibberjobber-calendar-wid/abacadegokmjfklkpncnhelhjhnkiigc |
Beschrijving | Use this widget to see what you have scheduled, and easily add new items to your calendar. |
Bestandsgrootte | 556 KB |
Aantal Installaties | 96 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2017-12-10 |
Publicatiedatum | 2017-12-10 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://www.jibberjobber.com |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |