JibberJobber Calendar Widget
Use this widget to see what you have scheduled, and easily add new items to your calendar.
What is JibberJobber Calendar Widget?
JibberJobber Calendar Widget is a Chrome extension developed by https://www.jibberjobber.com, and its main feature is "Use this widget to see what you have scheduled, and easily add new items to your calendar.".
Extension Screenshots
Download JibberJobber Calendar Widget Extension CRX File
Download JibberJobber Calendar Widget extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | abacadegokmjfklkpncnhelhjhnkiigc |
Official URL | 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. |
File Size | 556 KB |
Installation Count | 96 |
Current Version | 1.0.2 |
Last Updated | 2017-12-10 |
Publish Date | 2017-12-10 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://www.jibberjobber.com |
Payment Type | free |
Supported Languages | 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" ] } |