JibberJobber Calendar Widget
Use this widget to see what you have scheduled, and easily add new items to your calendar.
Co je JibberJobber Calendar Widget?
JibberJobber Calendar Widget je rozšíření Chrome vyvinuté https://www.jibberjobber.com, a jeho hlavní funkcí je „Use this widget to see what you have scheduled, and easily add new items to your calendar.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření JibberJobber Calendar Widget
Stáhněte si soubory rozšíření JibberJobber Calendar Widget ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | abacadegokmjfklkpncnhelhjhnkiigc |
Oficiální URL | https://chrome.google.com/webstore/detail/jibberjobber-calendar-wid/abacadegokmjfklkpncnhelhjhnkiigc |
Popis | Use this widget to see what you have scheduled, and easily add new items to your calendar. |
Velikost souboru | 556 KB |
Počet instalací | 96 |
Aktuální Verze | 1.0.2 |
Poslední Aktualizace | 2017-12-10 |
Datum Vydání | 2017-12-10 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | https://www.jibberjobber.com |
Typ Platby | free |
Podporované Jazyky | 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" ] } |