ADIMYL - A Day In MY Life

Each day of your life counts.

Qu'est-ce que ADIMYL - A Day In MY Life ?

ADIMYL - A Day In MY Life est une extension Chrome développée par https://www.adimyl.com, et sa fonction principale est "Each day of your life counts.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension ADIMYL - A Day In MY Life

Téléchargez les fichiers d'extension ADIMYL - A Day In MY Life au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom ADIMYL - A Day In MY Life ADIMYL - A Day In MY Life
ID kekilecjnbcdpciaompgkcpcjjhoicnj
URL Officiel https://chromewebstore.google.com/detail/adimyl-a-day-in-my-life/kekilecjnbcdpciaompgkcpcjjhoicnj
Description Each day of your life counts.
Taille du Fichier 502 KB
Nombre d'Installations 14
Version Actuelle 1.1.0
Dernière Mise à Jour 2015-01-13
Date de Publication 2015-01-13
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://www.adimyl.com
Type de Paiement free
Site Web de l'Extension http://www.adimyl.com
Langues Prises en Charge 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\/*"
        ]
    }
}