Timer Agent: Time & Task manager

Integrates Timer Agent with many popular websites

Timer Agent: Time & Task manager란 무엇입니까?

Timer Agent: Time & Task manager은(는) https://timeragent.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Integrates Timer Agent with many popular websites"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Timer Agent: Time & Task manager 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                                            

확장 프로그램 기본 정보

이름 Timer Agent: Time & Task manager Timer Agent: Time & Task manager
ID hfcmoakkedofbpojbohbabbbpnhgboap
공식 URL https://chromewebstore.google.com/detail/timer-agent-time-task-man/hfcmoakkedofbpojbohbabbbpnhgboap
설명 Integrates Timer Agent with many popular websites
파일 크기 2.04 MB
설치 횟수 16
현재 버전 0.3.0
최근 업데이트 2019-02-07
출시 날짜 2019-02-06
평점 5.00/5 총 2 개의 평점
개발자 https://timeragent.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://app.timeragent.com
도움말 페이지 URL https://timeragent.com/docs
지원되는 언어 en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "homepage_url": "https:\/\/timeragent.com\/",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "*:\/\/*.timeragent.com\/*",
        "*:\/\/timeragent.com\/*",
        "*:\/\/github.com\/*",
        "*:\/\/*.atlassian.net\/*",
        "webRequest",
        "webRequestBlocking",
        "alarms",
        "contextMenus",
        "notifications",
        "idle",
        "tabs",
        "storage"
    ],
    "optional_permissions": [
        "*:\/\/*\/"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.timeragent.com\/*",
            "*:\/\/timeragent.com\/*"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-rGvrHuhi0uyiy4UVr6TYjmqML4w7Cd8XyA5UGD5rO68='; object-src 'self';",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup\/popup.html",
        "default_title": "__MSG_extShortName__",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        },
        "browser_style": true
    },
    "commands": {
        "start-stop-current-task": {
            "suggested_key": {
                "default": "Ctrl+Shift+E"
            },
            "description": "__MSG_extStartStopTask__"
        }
    },
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    },
    "version": "0.3.0"
}