iQube Scheduler

Version 1.4 - Holiday Support - On Update Retain user settings - Notification Sound Turned off by default - Popup Seven Day…

O que é iQube Scheduler?

iQube Scheduler é uma extensão do Chrome desenvolvida por https://www.iqube.net, e sua principal característica é "Version 1.4 - Holiday Support - On Update Retain user settings - Notification Sound Turned off by default - Popup Seven Day…".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão iQube Scheduler

Baixe arquivos de extensão iQube Scheduler no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome iQube Scheduler iQube Scheduler
ID hdedmpkdlehbkokdnbdoclmgnghleggm
URL Oficial https://chromewebstore.google.com/detail/iqube-scheduler/hdedmpkdlehbkokdnbdoclmgnghleggm
Descrição Version 1.4 - Holiday Support - On Update Retain user settings - Notification Sound Turned off by default - Popup Seven Day…
Tamanho do Arquivo 165 KB
Contagem de Instalações 257
Versão Atual 1.4
Última Atualização 2014-09-24
Data de Publicação 2014-09-23
Desenvolvedor https://www.iqube.net
Tipo de Pagamento free
Idiomas Suportados 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"
}