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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Version 1.4 - Holiday Support - On Update Retain user settings - Notification Sound Turned off by default - Popup Seven Day…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में iQube Scheduler एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } |