Chrometa Web Tools for Chrome

Extensions for making Chrome more Chrometa friendly

Wat is Chrometa Web Tools for Chrome?

Chrometa Web Tools for Chrome is een Chrome-extensie ontwikkeld door chrometa, en de belangrijkste functie is "Extensions for making Chrome more Chrometa friendly".

Download het CRX-bestand van de extensie Chrometa Web Tools for Chrome

Download Chrometa Web Tools for Chrome-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

                        The Chrometa Gmail Plugin for Google Chrome will help you capture and make sense of your Gmail based email time more accurately and efficiently.  

By installing this plugin, Chrometa will be able to pull the To/From address and Subject line information for all emails you read, compose, and reply to. 

Chrometa is automatic time tracking software that automatically captures and categorizes your time - without the need to manually enter anything into the computer as you work.                    

Basisinformatie over de Extensie

Naam Chrometa Web Tools for Chrome Chrometa Web Tools for Chrome
ID fgbcbghpdlnojmppldcinhkmdfnobkhe
Officiële URL https://chrome.google.com/webstore/detail/chrometa-web-tools-for-ch/fgbcbghpdlnojmppldcinhkmdfnobkhe
Beschrijving Extensions for making Chrome more Chrometa friendly
Bestandsgrootte 60.84 KB
Aantal Installaties 21
Huidige Versie 2.1
Laatst Bijgewerkt 2016-02-18
Publicatiedatum 2016-02-18
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar chrometa
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrometa Web Tools for Chrome",
    "version": "2.1",
    "description": "Extensions for making Chrome more Chrometa friendly",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "orange-clock-black-rim.png"
    },
    "web_accessible_resources": [
        "jquery-1.10.2.min.js",
        "gmail.js",
        "main.js"
    ],
    "manifest_version": 2
}