Self Development Journal

The Self Growth Journal can help you change your life in 30 days

Was ist Self Development Journal?

Self Development Journal ist eine Chrome-Erweiterung, die von Richard Butler Life Coach entwickelt wurde, und ihr Hauptmerkmal ist "The Self Growth Journal can help you change your life in 30 days".

Erweiterungsscreenshots

screenshot

Self Development Journal-Erweiterungs-CRX-Datei herunterladen

Laden Sie Self Development Journal-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

                        30 days can change your life.  In fact one day can change your life but so many people don't realise this.  Over the last 2 years I have journaled each and every day and have found that my life has changed.

However I never found a self help journal that was exactly what I wanted. So I created one.  I want to provide you with this self help journal at no cost to you, and I also want to keep you up to date with my latest self help techniques.

Will you allow yourself to change over the next 30 days?                    

Grundlegende Informationen zur Erweiterung

Name Self Development Journal Self Development Journal
ID kiaomcljbciapafdiejljdodjdpjflhb
Offizielle URL https://chrome.google.com/webstore/detail/self-development-journal/kiaomcljbciapafdiejljdodjdpjflhb
Beschreibung The Self Growth Journal can help you change your life in 30 days
Dateigröße 49.6 KB
Installationsanzahl 172
Aktuelle Version 1
Letztes Update 2017-08-21
Veröffentlichungsdatum 2017-08-21
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler Richard Butler Life Coach
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Self Development Journal",
    "manifest_version": 2,
    "short_name": "Journal",
    "description": "The Self Growth Journal can help you change your life in 30 days",
    "version": "1",
    "background": {
        "persistent": false,
        "scripts": [
            "OneSignal2.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "16px_182-1503358203.png"
    },
    "icons": {
        "128": "128px_182-1503358224.png"
    },
    "permissions": [
        "gcm",
        "storage",
        "notifications",
        "identity"
    ]
}