Self Development Journal

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

Cos'è Self Development Journal?

Self Development Journal è un'estensione di Chrome sviluppata da Richard Butler Life Coach, e la sua funzione principale è "The Self Growth Journal can help you change your life in 30 days".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Self Development Journal

Scarica i file di estensione Self Development Journal in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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?                    

Informazioni di Base sull'Estensione

Nome Self Development Journal Self Development Journal
ID kiaomcljbciapafdiejljdodjdpjflhb
URL Ufficiale https://chrome.google.com/webstore/detail/self-development-journal/kiaomcljbciapafdiejljdodjdpjflhb
Descrizione The Self Growth Journal can help you change your life in 30 days
Dimensione del File 49.6 KB
Conteggio Installazioni 172
Versione Corrente 1
Ultimo Aggiornamento 2017-08-21
Data di Pubblicazione 2017-08-21
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore Richard Butler Life Coach
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}