JibberJobber Calendar Widget
Use this widget to see what you have scheduled, and easily add new items to your calendar.
¿Qué es JibberJobber Calendar Widget?
JibberJobber Calendar Widget es una extensión de Chrome desarrollada por https://www.jibberjobber.com, y su función principal es "Use this widget to see what you have scheduled, and easily add new items to your calendar.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión JibberJobber Calendar Widget
Descarga archivos de extensión JibberJobber Calendar Widget en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | abacadegokmjfklkpncnhelhjhnkiigc |
URL Oficial | https://chrome.google.com/webstore/detail/jibberjobber-calendar-wid/abacadegokmjfklkpncnhelhjhnkiigc |
Descripción | Use this widget to see what you have scheduled, and easily add new items to your calendar. |
Tamaño del Archivo | 556 KB |
Cantidad de Instalaciones | 96 |
Versión Actual | 1.0.2 |
Última Actualización | 2017-12-10 |
Fecha de Publicación | 2017-12-10 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | https://www.jibberjobber.com |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } |