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 https://www.jibberjobber.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use this widget to see what you have scheduled, and easily add new items to your calendar."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में JibberJobber Calendar Widget एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |