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…".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة iQube Scheduler

قم بتنزيل ملفات الامتداد iQube Scheduler بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 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"
}