Wakeup.io - Free Online Wake-up Call Service

Schedule a free wake-up call in seconds!

Was ist Wakeup.io - Free Online Wake-up Call Service?

Wakeup.io - Free Online Wake-up Call Service ist eine Chrome-Erweiterung, die von https://wakeup.io entwickelt wurde, und ihr Hauptmerkmal ist "Schedule a free wake-up call in seconds!".

Erweiterungsscreenshots

screenshot

Wakeup.io - Free Online Wake-up Call Service-Erweiterungs-CRX-Datei herunterladen

Laden Sie Wakeup.io - Free Online Wake-up Call Service-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        As featured in Lifehacker.com!

"Most of us have a preferred alarm clock, whether it sits on the nightstand next to us or it's just a series of alarms on our smartphones, but if you need a little extra push to get up, Wakeup.io is a free wakeup call service that works with any number, anywhere in the world."

http://lifehacker.com/wakeup-io-wakes-you-with-a-free-wake-up-call-anywhere-1440898585.                    

Grundlegende Informationen zur Erweiterung

Name Wakeup.io - Free Online Wake-up Call Service Wakeup.io - Free Online Wake-up Call Service
ID klilhpddfegogaknjahcmnpgnpjhbjge
Offizielle URL https://chrome.google.com/webstore/detail/wakeupio-free-online-wake/klilhpddfegogaknjahcmnpgnpjhbjge
Beschreibung Schedule a free wake-up call in seconds!
Dateigröße 7.83 KB
Installationsanzahl 324
Aktuelle Version 0.0.1
Letztes Update 2013-11-01
Veröffentlichungsdatum 2013-11-01
Bewertung 4.05/5 Insgesamt 20 Bewertungen
Entwickler https://wakeup.io
Zahlungsart free
Erweiterungswebsite https://wakeup.io
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Schedule a free wake-up call in seconds!",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "manifest_version": 2,
    "name": "Wakeup.io - Free Online Wake-up Call Service",
    "version": "0.0.1",
    "browser_action": {
        "default_icon": {
            "19": "icon_19.png",
            "38": "icon_38.png"
        },
        "default_title": "Wakeup.io"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    }
}