JibberJobber Calendar Widget
Use this widget to see what you have scheduled, and easily add new items to your calendar.
JibberJobber Calendar Widget là gì?
JibberJobber Calendar Widget là một tiện ích mở rộng Chrome được phát triển bởi https://www.jibberjobber.com, và tính năng chính của nó là "Use this widget to see what you have scheduled, and easily add new items to your calendar.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng JibberJobber Calendar Widget
Tải xuống các tệp mở rộng JibberJobber Calendar Widget dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | abacadegokmjfklkpncnhelhjhnkiigc |
URL Chính Thức | https://chrome.google.com/webstore/detail/jibberjobber-calendar-wid/abacadegokmjfklkpncnhelhjhnkiigc |
Mô tả | Use this widget to see what you have scheduled, and easily add new items to your calendar. |
Kích Thước Tệp | 556 KB |
Số Lần Cài Đặt | 96 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2017-12-10 |
Ngày Phát Hành | 2017-12-10 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://www.jibberjobber.com |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |