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.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου 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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
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" ] } |