Chrometa Web Tools for Chrome

Extensions for making Chrome more Chrometa friendly

What is Chrometa Web Tools for Chrome?

Chrometa Web Tools for Chrome is a Chrome extension developed by chrometa, and its main feature is "Extensions for making Chrome more Chrometa friendly".

Download Chrometa Web Tools for Chrome Extension CRX File

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

                        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.                    

Extension Basic Information

Name Chrometa Web Tools for Chrome Chrometa Web Tools for Chrome
ID fgbcbghpdlnojmppldcinhkmdfnobkhe
Official URL https://chrome.google.com/webstore/detail/chrometa-web-tools-for-ch/fgbcbghpdlnojmppldcinhkmdfnobkhe
Description Extensions for making Chrome more Chrometa friendly
File Size 60.84 KB
Installation Count 21
Current Version 2.1
Last Updated 2016-02-18
Publish Date 2016-02-18
Rating 5.00/5 Total 1 Ratings
Developer chrometa
Email [email protected]
Payment Type free
Supported Languages 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
}