Chrometa Web Tools for Chrome

Extensions for making Chrome more Chrometa friendly

Qu'est-ce que Chrometa Web Tools for Chrome ?

Chrometa Web Tools for Chrome est une extension Chrome développée par https://www.chrometa.com, et sa fonction principale est "Extensions for making Chrome more Chrometa friendly".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension Chrometa Web Tools for Chrome

Téléchargez les fichiers d'extension Chrometa Web Tools for Chrome 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

                        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.                    

Informations de Base sur l'Extension

Nom Chrometa Web Tools for Chrome Chrometa Web Tools for Chrome
ID hdaligpooblgialahefeoongjklheipp
URL Officiel https://chromewebstore.google.com/detail/chrometa-web-tools-for-ch/hdaligpooblgialahefeoongjklheipp
Description Extensions for making Chrome more Chrometa friendly
Taille du Fichier 73.51 KB
Nombre d'Installations 402
Version Actuelle 2.14
Dernière Mise à Jour 2016-06-20
Date de Publication 2016-06-20
Évaluation 4.00/5 Total 4 Évaluations
Développeur https://www.chrometa.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.chrometa.com
URL de la Page d'Aide https://chrometa.zendesk.com/entries/20835607-gmail-plugin-for-google-chrome
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrometa Web Tools for Chrome",
    "version": "2.14",
    "description": "Extensions for making Chrome more Chrometa friendly",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "orange-clock-black-rim.png",
        "48": "orange-clock-black-rim.png",
        "128": "orange-clock-black-rim.png"
    },
    "browser_action": {
        "default_icon": "orange-clock-black-rim.png"
    },
    "web_accessible_resources": [
        "gmail.js",
        "main.js"
    ],
    "manifest_version": 2
}