Chrometa Web Tools for Chrome

Extensions for making Chrome more Chrometa friendly

Chrometa Web Tools for Chrome là gì?

Chrometa Web Tools for Chrome là một tiện ích mở rộng Chrome được phát triển bởi https://www.chrometa.com, và tính năng chính của nó là "Extensions for making Chrome more Chrometa friendly".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng Chrometa Web Tools for Chrome

Tải xuống các tệp mở rộng Chrometa Web Tools for Chrome dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Chrometa Web Tools for Chrome Chrometa Web Tools for Chrome
ID hdaligpooblgialahefeoongjklheipp
URL Chính Thức https://chromewebstore.google.com/detail/chrometa-web-tools-for-ch/hdaligpooblgialahefeoongjklheipp
Mô tả Extensions for making Chrome more Chrometa friendly
Kích Thước Tệp 73.51 KB
Số Lần Cài Đặt 402
Phiên Bản Hiện Tại 2.14
Cập Nhật Lần Cuối 2016-06-20
Ngày Phát Hành 2016-06-20
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://www.chrometa.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.chrometa.com
URL Trang Trợ Giúp https://chrometa.zendesk.com/entries/20835607-gmail-plugin-for-google-chrome
Ngôn Ngữ Được Hỗ Trợ 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
}