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" ] } |