Time Labeler for Gmail™

This extension automatically labels your emails in your inbox based on how old they are.

Wat is Time Labeler for Gmail™?

Time Labeler for Gmail™ is een Chrome-extensie ontwikkeld door Mark Montvai, en de belangrijkste functie is "This extension automatically labels your emails in your inbox based on how old they are.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Time Labeler for Gmail™

Download Time Labeler for Gmail™-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        It's a friendly reminder to reply or do else something with it before it's too late.

You are able to set the time it takes for an email to be put into one of the categories.                    

Basisinformatie over de Extensie

Naam Time Labeler for Gmail™ Time Labeler for Gmail™
ID foaadeeadeihoakfoabhehkcolfabnpi
Officiële URL https://chromewebstore.google.com/detail/time-labeler-for-gmail/foaadeeadeihoakfoabhehkcolfabnpi
Beschrijving This extension automatically labels your emails in your inbox based on how old they are.
Bestandsgrootte 73.04 KB
Aantal Installaties 143
Huidige Versie 1.7
Laatst Bijgewerkt 2014-06-17
Publicatiedatum 2014-06-17
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Mark Montvai
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Time Labeler for Gmail\u2122",
    "description": "This extension automatically labels your emails in your inbox based on how old they are.",
    "version": "1.7",
    "permissions": [
        "https:\/\/mail.google.com\/",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery.js",
                "moment.js",
                "hashchange.js",
                "script.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "options_page": "options.html",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}