iQube Scheduler
Version 1.4 - Holiday Support - On Update Retain user settings - Notification Sound Turned off by default - Popup Seven Day…
iQube Scheduler là gì?
iQube Scheduler là một tiện ích mở rộng Chrome được phát triển bởi https://www.iqube.net, và tính năng chính của nó là "Version 1.4 - Holiday Support - On Update Retain user settings - Notification Sound Turned off by default - Popup Seven Day…".
Ả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 iQube Scheduler
Tải xuống các tệp mở rộng iQube Scheduler 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
Version 1.4 - Holiday Support - On Update Retain user settings - Notification Sound Turned off by default - Popup Seven Day Schedule View width is reduced - Bug Fix on Desktop Notifications not closing - Bug Fix on Notification Sound - Popup Seven Day Schedule View date format changed - Desktop Notification Format Changed Release Version 1.0 Features: - Desktop Notifications for Schedules to happen Users can set the amount of time when the notification appears before the schedule starts. - View 7 day schedules. Users can view schedules from today till the seventh day from now. - Desktop Notifications for newly assigned schedules. Users can set to be notified if a scheduled has been created, deleted or edited. - Sound Notifications. User can enable or disable sounds when notification appears.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | iQube Scheduler |
ID | hdedmpkdlehbkokdnbdoclmgnghleggm |
URL Chính Thức | https://chromewebstore.google.com/detail/iqube-scheduler/hdedmpkdlehbkokdnbdoclmgnghleggm |
Mô tả | Version 1.4 - Holiday Support - On Update Retain user settings - Notification Sound Turned off by default - Popup Seven Day… |
Kích Thước Tệp | 165 KB |
Số Lần Cài Đặt | 257 |
Phiên Bản Hiện Tại | 1.4 |
Cập Nhật Lần Cuối | 2014-09-24 |
Ngày Phát Hành | 2014-09-23 |
Nhà Phát Triển | https://www.iqube.net |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "iQube Scheduler", "version": "1.4", "icons": { "128": "images\/128x128.png", "96": "images\/96x96.png", "32": "images\/32x32.png" }, "default_locale": "en", "permissions": [ "cookies", "*:\/\/*.iqube.net\/*", "storage", "unlimitedStorage", "alarms", "notifications" ], "options_page": "options.html", "browser_action": { "default_icon": { "19": "images\/32x32.png" }, "default_popup": "popup.html", "default_title": "iQube Reminder" }, "background": { "scripts": [ "scripts\/commons.js", "scripts\/background.js" ], "persistent": false }, "minimum_chrome_version": "33" } |