iQube Scheduler
Version 1.4 - Holiday Support - On Update Retain user settings - Notification Sound Turned off by default - Popup Seven Day…
iQube Schedulerคืออะไร?
iQube Scheduler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.iqube.net และคุณลักษณะหลักของมันคือ "Version 1.4 - Holiday Support - On Update Retain user settings - Notification Sound Turned off by default - Popup Seven Day…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย iQube Scheduler
ดาวน์โหลดไฟล์ส่วนขยาย iQube Scheduler ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | iQube Scheduler |
ID | hdedmpkdlehbkokdnbdoclmgnghleggm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/iqube-scheduler/hdedmpkdlehbkokdnbdoclmgnghleggm |
คำอธิบาย | Version 1.4 - Holiday Support - On Update Retain user settings - Notification Sound Turned off by default - Popup Seven Day… |
ขนาดไฟล์ | 165 KB |
จำนวนการติดตั้ง | 257 |
เวอร์ชันปัจจุบัน | 1.4 |
อัปเดตครั้งล่าสุด | 2014-09-24 |
วันที่เผยแพร่ | 2014-09-23 |
ผู้พัฒนา | https://www.iqube.net |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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" } |