Yaware.TimeTracker Url Monitor
Time Tracker unit for monitoring URL in browsers
Yaware.TimeTracker Url Monitor란 무엇입니까?
Yaware.TimeTracker Url Monitor은(는) Yaware에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Time Tracker unit for monitoring URL in browsers"입니다.
확장 프로그램 스크린샷
Yaware.TimeTracker Url Monitor 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
How it works Yaware.TimeTracker Url Monitor monitors URLs from active tabs and sends it to Yaware desktop app. This Extention helps to tracks time you spend working in Google Chrome browser correctly. Importantly: Extension is a part of Yaware.TimeTracker, you can use it only after you have signed up and installed Yaware client. Our website: www.yaware.com If you have any problems regarding this extension, write to us at: [email protected]
확장 프로그램 기본 정보
이름 | |
ID | oabagogjcaaabgfghindddcaoinjeoal |
공식 URL | https://chromewebstore.google.com/detail/yawaretimetracker-url-mon/oabagogjcaaabgfghindddcaoinjeoal |
설명 | Time Tracker unit for monitoring URL in browsers |
파일 크기 | 45.86 KB |
설치 횟수 | 1,380 |
현재 버전 | 2.9 |
최근 업데이트 | 2023-06-27 |
출시 날짜 | 2020-01-22 |
평점 | 4.20/5 총 5 개의 평점 |
개발자 | Yaware |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://yaware.com/ |
도움말 페이지 URL | https://help.yaware.com/ |
개인정보 보호 정책 페이지 URL | https://yaware.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "resources\/icon_032.png" }, "description": "Time Tracker unit for monitoring URL in browsers", "icons": { "128": "resources\/icon_128.png", "16": "resources\/icon_032.png", "32": "resources\/icon_032.png", "48": "resources\/icon_048.png" }, "manifest_version": 2, "name": "Yaware.TimeTracker Url Monitor", "permissions": [ "tabs" ], "version": "2.9" } |