Chrometa Web Tools for Chrome

Extensions for making Chrome more Chrometa friendly

什么是Chrometa Web Tools for Chrome?

Chrometa Web Tools for Chrome是由https://www.chrometa.com开发的Chrome扩展程序,该扩展的主要功能是“Extensions for making Chrome more Chrometa friendly”。

扩展截图

下载Chrometa Web Tools for Chrome扩展crx文件

下载Chrometa Web Tools for Chrome扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Chrometa Web Tools for Chrome Chrometa Web Tools for Chrome
ID hdaligpooblgialahefeoongjklheipp
官方URL https://chromewebstore.google.com/detail/chrometa-web-tools-for-ch/hdaligpooblgialahefeoongjklheipp
简介 Extensions for making Chrome more Chrometa friendly
文件大小 73.51 KB
安装次数 402
当前版本 2.14
更新时间 2016-06-20
上架时间 2016-06-20
评分 4.00/5 共4次评分
开发者 https://www.chrometa.com
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.chrometa.com
帮助页面URL https://chrometa.zendesk.com/entries/20835607-gmail-plugin-for-google-chrome
支持的语言 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
}