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
官方網址 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
}