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是由https://www.iqube.net开发的Chrome扩展程序,该扩展的主要功能是“Version 1.4 - Holiday Support - On Update Retain user settings - Notification Sound Turned off by default - Popup Seven Day…”。
扩展截图
下载iQube Scheduler扩展crx文件
下载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. 扩展基本信息
| 名称 | |
| 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"
} | |