JibberJobber Calendar Widget
Use this widget to see what you have scheduled, and easily add new items to your calendar.
O que é JibberJobber Calendar Widget?
JibberJobber Calendar Widget é uma extensão do Chrome desenvolvida por https://www.jibberjobber.com, e sua principal característica é "Use this widget to see what you have scheduled, and easily add new items to your calendar.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão JibberJobber Calendar Widget
Baixe arquivos de extensão JibberJobber Calendar Widget no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | abacadegokmjfklkpncnhelhjhnkiigc |
URL Oficial | https://chrome.google.com/webstore/detail/jibberjobber-calendar-wid/abacadegokmjfklkpncnhelhjhnkiigc |
Descrição | Use this widget to see what you have scheduled, and easily add new items to your calendar. |
Tamanho do Arquivo | 556 KB |
Contagem de Instalações | 96 |
Versão Atual | 1.0.2 |
Última Atualização | 2017-12-10 |
Data de Publicação | 2017-12-10 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://www.jibberjobber.com |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |