Toggl - Productivity Pack
Productivity enhancements for Toggl time tracking
Toggl - Productivity Pack란 무엇입니까?
Toggl - Productivity Pack은(는) https://www.mii.at에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Productivity enhancements for Toggl time tracking"입니다.
확장 프로그램 스크린샷
Toggl - Productivity Pack 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The Toggl Productivity Pack provides enhancements for the Toggl time tracking service. Enhancements - Select All / None links in person, project and tag report filters.
확장 프로그램 기본 정보
이름 | Toggl - Productivity Pack |
ID | ehdkmhgmlehnbibjhddpfelefhhniecm |
공식 URL | https://chromewebstore.google.com/detail/toggl-productivity-pack/ehdkmhgmlehnbibjhddpfelefhhniecm |
설명 | Productivity enhancements for Toggl time tracking |
파일 크기 | 58.1 KB |
설치 횟수 | 1,495 |
현재 버전 | 1.1.0 |
최근 업데이트 | 2013-07-25 |
출시 날짜 | 2013-07-25 |
평점 | 3.25/5 총 8 개의 평점 |
개발자 | https://www.mii.at |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/mii-at/toggl-productivity-pack |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Toggl - Productivity Pack", "homepage_url": "https:\/\/github.com\/mii-at\/toggl-productivity-pack", "icons": { "128": "toggl-logo.128.png", "48": "toggl-logo.48.png" }, "version": "1.1.0", "description": "Productivity enhancements for Toggl time tracking", "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/www.toggl.com\/report*" ], "css": [], "js": [ "jquery-1.7.2.min.js", "report-extensions.js" ] } ] } |