ADIMYL - A Day In MY Life

Each day of your life counts.

What is ADIMYL - A Day In MY Life?

ADIMYL - A Day In MY Life is a Chrome extension developed by https://www.adimyl.com, and its main feature is "Each day of your life counts.".

Extension Screenshots

screenshot

Download ADIMYL - A Day In MY Life Extension CRX File

Download ADIMYL - A Day In MY Life extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        "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.                    

Extension Basic Information

Name ADIMYL - A Day In MY Life ADIMYL - A Day In MY Life
ID kekilecjnbcdpciaompgkcpcjjhoicnj
Official URL https://chromewebstore.google.com/detail/adimyl-a-day-in-my-life/kekilecjnbcdpciaompgkcpcjjhoicnj
Description Each day of your life counts.
File Size 502 KB
Installation Count 14
Current Version 1.1.0
Last Updated 2015-01-13
Publish Date 2015-01-13
Rating 5.00/5 Total 1 Ratings
Developer https://www.adimyl.com
Payment Type free
Extension Website http://www.adimyl.com
Supported Languages 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\/*"
        ]
    }
}