JibberJobber Calendar Widget

Use this widget to see what you have scheduled, and easily add new items to your calendar.

Что такое JibberJobber Calendar Widget?

JibberJobber Calendar Widget - это расширение Chrome, разработанное https://www.jibberjobber.com, и его основная функция - "Use this widget to see what you have scheduled, and easily add new items to your calendar.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения JibberJobber Calendar Widget

Скачайте файлы расширений JibberJobber Calendar Widget в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название JibberJobber Calendar Widget JibberJobber Calendar Widget
ID abacadegokmjfklkpncnhelhjhnkiigc
Официальный URL https://chrome.google.com/webstore/detail/jibberjobber-calendar-wid/abacadegokmjfklkpncnhelhjhnkiigc
Описание Use this widget to see what you have scheduled, and easily add new items to your calendar.
Размер файла 556 KB
Количество установок 96
Текущая Версия 1.0.2
Последнее Обновление 2017-12-10
Дата публикации 2017-12-10
Рейтинг 5.00/5 Всего 1 оценок
Разработчик https://www.jibberjobber.com
Тип оплаты free
Поддерживаемые языки 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"
    ]
}