ADIMYL - A Day In MY Life

Each day of your life counts.

Was ist ADIMYL - A Day In MY Life?

ADIMYL - A Day In MY Life ist eine Chrome-Erweiterung, die von https://www.adimyl.com entwickelt wurde, und ihr Hauptmerkmal ist "Each day of your life counts.".

Erweiterungsscreenshots

screenshot

ADIMYL - A Day In MY Life-Erweiterungs-CRX-Datei herunterladen

Laden Sie ADIMYL - A Day In MY Life-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

                        "Most people overestimate what they can do in one year and underestimate what they can do in ten years." 
- Bill Gates

We help you to track your progress each day and use it for motivation to achieve more next day. 

Nothing motivates us more than our own actions. Today's progress is motivation for tomorrow.                    

Grundlegende Informationen zur Erweiterung

Name ADIMYL - A Day In MY Life ADIMYL - A Day In MY Life
ID kekilecjnbcdpciaompgkcpcjjhoicnj
Offizielle URL https://chromewebstore.google.com/detail/adimyl-a-day-in-my-life/kekilecjnbcdpciaompgkcpcjjhoicnj
Beschreibung Each day of your life counts.
Dateigröße 502 KB
Installationsanzahl 14
Aktuelle Version 1.1.0
Letztes Update 2015-01-13
Veröffentlichungsdatum 2015-01-13
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://www.adimyl.com
Zahlungsart free
Erweiterungswebsite http://www.adimyl.com
Unterstützte Sprachen en
manifest.json
{
    "background": {
        "scripts": [
            "jquery-1.9.1.min.js",
            "helper.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Each Day Counts"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Each day of your life counts.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "ADIMYL - A Day In MY Life",
    "permissions": [
        "storage",
        "http:\/\/adimyl.herokuapp.com\/"
    ],
    "options_page": "options.html",
    "short_name": "ADIMYL - Each Day Counts",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.0",
    "externally_connectable": {
        "matches": [
            "*:\/\/adimyl.com\/*"
        ]
    }
}