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
Eメール [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
}