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 https://www.chrometa.com, and its main feature is "Extensions for making Chrome more Chrometa friendly".

Extension Screenshots

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 hdaligpooblgialahefeoongjklheipp
Official URL https://chromewebstore.google.com/detail/chrometa-web-tools-for-ch/hdaligpooblgialahefeoongjklheipp
Description Extensions for making Chrome more Chrometa friendly
File Size 73.51 KB
Installation Count 402
Current Version 2.14
Last Updated 2016-06-20
Publish Date 2016-06-20
Rating 4.00/5 Total 4 Ratings
Developer https://www.chrometa.com
Email [email protected]
Payment Type free
Extension Website http://www.chrometa.com
Help Page URL https://chrometa.zendesk.com/entries/20835607-gmail-plugin-for-google-chrome
Supported Languages 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
}