JibberJobber Calendar Widget

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

Vad är JibberJobber Calendar Widget?

JibberJobber Calendar Widget är en Chrome-tillägg utvecklad av https://www.jibberjobber.com, och dess huvudfunktion är "Use this widget to see what you have scheduled, and easily add new items to your calendar.".

Tilläggsskärmbilder

screenshot

Ladda ner JibberJobber Calendar Widget-förlängningens CRX-fil

Ladda ner JibberJobber Calendar Widget-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn JibberJobber Calendar Widget JibberJobber Calendar Widget
ID abacadegokmjfklkpncnhelhjhnkiigc
Officiell webbadress https://chrome.google.com/webstore/detail/jibberjobber-calendar-wid/abacadegokmjfklkpncnhelhjhnkiigc
Beskrivning Use this widget to see what you have scheduled, and easily add new items to your calendar.
Filstorlek 556 KB
Antal Installationer 96
Aktuell Version 1.0.2
Senast Uppdaterad 2017-12-10
Publiceringsdatum 2017-12-10
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://www.jibberjobber.com
Betalningssätt free
Stödda Språk 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"
    ]
}