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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } |