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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}