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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } |