JibberJobber Calendar Widget
Use this widget to see what you have scheduled, and easily add new items to your calendar.
Co to jest JibberJobber Calendar Widget?
JibberJobber Calendar Widget to rozszerzenie Chrome opracowane przez https://www.jibberjobber.com, a jego główną funkcją jest „Use this widget to see what you have scheduled, and easily add new items to your calendar.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia JibberJobber Calendar Widget
Pobierz pliki rozszerzeń JibberJobber Calendar Widget w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | abacadegokmjfklkpncnhelhjhnkiigc |
Oficjalny URL | https://chrome.google.com/webstore/detail/jibberjobber-calendar-wid/abacadegokmjfklkpncnhelhjhnkiigc |
Opis | Use this widget to see what you have scheduled, and easily add new items to your calendar. |
Rozmiar pliku | 556 KB |
Liczba instalacji | 96 |
Aktualna Wersja | 1.0.2 |
Ostatnia Aktualizacja | 2017-12-10 |
Data Publikacji | 2017-12-10 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | https://www.jibberjobber.com |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |