Worklog Tracker
Browser extension for sharing work log between different time trackers
Worklog Tracker란 무엇입니까?
Worklog Tracker은(는) CSSSR에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Browser extension for sharing work log between different time trackers"입니다.
확장 프로그램 스크린샷
Worklog Tracker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
We built the Worklog Tracker extension to easily track time and automatically synchronize work logs between different time trackers. Worklog Tracker allows you to integrate all kinds of different tools, like Jira, Zaya and Toggl, with even more. The extension helps you record your tasks effortlessly and automate routine processes. If you need to synchronize logs between several trackers, use our one-click ‘export’ feature so you can keep your mind on the task at hand. “Stay productive!” — as your manager says ;) How it works: - install the Worklog Tracker extension (it’s free!), - sign up using your favorite e-mail address, - sign in to the time tracker of your choice, - start tracking, - pause or stop tracking to have lunch, - synchronize logs, if necessary, - finish all your work and chill out! NB If you want to log time directly in Jira, open the page with the issue you want to log, start Worklog Tracker and watch the magic happen. For feedback and bug reports, please write us at hello@worklogtrаcker.com. Check out our website https://worklogtracker.com/. We’re also on twitter, so сome say hello. Peace, love, productivity!
확장 프로그램 기본 정보
이름 | Worklog Tracker |
ID | mgfdelfdhieiiniconbpbelkoellfgba |
공식 URL | https://chromewebstore.google.com/detail/worklog-tracker/mgfdelfdhieiiniconbpbelkoellfgba |
설명 | Browser extension for sharing work log between different time trackers |
파일 크기 | 663 KB |
설치 횟수 | 1,076 |
현재 버전 | 3.5.3 |
최근 업데이트 | 2023-11-21 |
출시 날짜 | 2020-02-28 |
평점 | 5.00/5 총 8 개의 평점 |
개발자 | CSSSR |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://worklogtracker.com/ |
개인정보 보호 정책 페이지 URL | https://csssr.com/ru/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.5.3", "name": "Worklog Tracker", "manifest_version": 3, "description": "Browser extension for sharing work log between different time trackers", "action": { "default_title": "Worklog Tracker", "default_popup": "\/app\/popup.html" }, "background": { "service_worker": "\/background.mjs", "type": "module" }, "icons": { "16": "icons\/ic_16.png", "48": "icons\/ic_48.png", "128": "icons\/ic_128.png" }, "permissions": [ "storage", "webRequest", "activeTab", "identity", "alarms" ], "host_permissions": [ "https:\/\/api.worklogtracker.com\/*" ], "optional_permissions": [], "optional_host_permissions": [ "*:\/\/*\/" ], "content_security_policy": { "extension_pages": "default-src 'self'; script-src 'self'; connect-src *; style-src 'self'; img-src 'self' data:; font-src 'self' data:; frame-src 'self'" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgY8EaB++ZY2MQhfS5UVZJLO4XgZYtIx9nO4sRXZ\/38GGGWEclOT8X5CKu7pXc3jqZL9Vr0OIy1B3hVDLgcFYgroxAfd+oikQgPPMpCZJDp8AJiss\/zzyQWTgUkXYnR+ktw+AhiSEeXtoieLm3Nz7jCX\/1McnZpi9J9kxTf2wygtU9dC51Ww4mqPNlXLVHv+KnxQa20RMAVnghKy5EoXJuFl3f+Nk0M5VmZDmaOP+S7ZZiXcHdq6GfFhQcrxgXj6x49x2H6wkZrloMrYr60cO0gIVFAoyDijIvB820VUzIBpd4OYnt7sBtaP0r9yLmCbytRaCGW0t\/VeE\/qwgtMUIwwIDAQAB" } |