Hey Habit

Replaces the new tab page with a personal dashboard to help you live a healthy lifestyle, build habits, and achieve long term goals.

Cos'è Hey Habit?

Hey Habit è un'estensione di Chrome sviluppata da https://heyhabit.com, e la sua funzione principale è "Replaces the new tab page with a personal dashboard to help you live a healthy lifestyle, build habits, and achieve long term goals.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Hey Habit

Scarica i file di estensione Hey Habit 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

                        Hey Habit is about helping you helping you maintain a healthy lifestyle and achieve your long term goals. It emphasizes recurring tasks enabling you to make a decision once and stick with it. Projects allow you to break down larger goals into their individual pieces, which you can optionally schedule for specific days.                    

Informazioni di Base sull'Estensione

Nome Hey Habit Hey Habit
ID icjfbcjblodechjjiomddmjepanloeeb
URL Ufficiale https://chromewebstore.google.com/detail/hey-habit/icjfbcjblodechjjiomddmjepanloeeb
Descrizione Replaces the new tab page with a personal dashboard to help you live a healthy lifestyle, build habits, and achieve long term goals.
Dimensione del File 469 KB
Conteggio Installazioni 7,958
Versione Corrente 0.1.42
Ultimo Aggiornamento 2018-04-20
Data di Pubblicazione 2018-04-19
Valutazione 4.31/5 Totale 101 Valutazioni
Sviluppatore https://heyhabit.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hey Habit",
    "description": "Replaces the new tab page with a personal dashboard to help you live a healthy lifestyle, build habits, and achieve long term goals.",
    "version": "0.1.42",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "128": "hey-habit-128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/d24n15hnbwhuhn.cloudfront.net\/libs\/amplitude-3.0.1-min.gz.js; object-src 'self'",
    "permissions": [
        "identity"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjQLJG76bqPJJ08BZpBxs7f2DnKYfrfm0R4flPzzX4xCSNAWpXl1TvNdOSSURgw4Im8zm0\/+qlNA9oOsf+Rb4+eGGIV6YjzWLpWXdIIwF2nzrAMrRYzSGPlht1hPn7wlnldkB6xy7SkG6bgdFMe91vKVwyL6bsgyw5fNNOp3biZ1LSg\/FraxIbXRZcKlcSTi\/QXwxtEvln9o+YuC4eYlxG4vdlWCNJHnZmhTdHCZSfdfoq6sCCdby8ysXs+T3dWR2ddF7Vq0jd1jQnjewR1Gt46MTv0\/X3rrNQgxtKiOlih42bZZGxL4bcAIkHd9hQpd7JN\/xriuXghJwmeVRdJSvCQIDAQAB",
    "oauth2": {
        "client_id": "816653223986-93kaverfgfqc13c70vbg7ncjjorkpp25.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    }
}