DeskTime url fetcher
This extension allows DeskTime client to read current url.
DeskTime url fetcher란 무엇입니까?
DeskTime url fetcher은(는) https://desktime.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allows DeskTime client to read current url."입니다.
확장 프로그램 스크린샷
DeskTime url fetcher 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
DeskTime is an application that allows you to keep track of the the time you spend at the computer. The different internet and desktop applications you used are tracked and divided into categories, which let you evaluate productivity while at the computer for yourself. To accurately track the different websites you use and to divide them into productive, unproductive and neutral, this extension must be installed. The extension allows DeskTime to view and classify each separate website, rather than simply seeing Chrome as a whole. The extension accompanies the DeskTime app, and does not function on its own. You can get the app at http://desktime.com
확장 프로그램 기본 정보
이름 | DeskTime url fetcher |
ID | kphjfdjkmhnoamhfacepmnlfmmmdedoj |
공식 URL | https://chromewebstore.google.com/detail/desktime-url-fetcher/kphjfdjkmhnoamhfacepmnlfmmmdedoj |
설명 | This extension allows DeskTime client to read current url. |
파일 크기 | 45.87 KB |
설치 횟수 | 4,715 |
현재 버전 | 2.0.2 |
최근 업데이트 | 2021-04-10 |
출시 날짜 | 2016-02-02 |
평점 | 3.69/5 총 16 개의 평점 |
개발자 | https://desktime.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://desktime.com |
도움말 페이지 URL | https://desktime.com/faq/ |
개인정보 보호 정책 페이지 URL | https://desktime.com/privacy |
지원되는 언어 | en |
manifest.json | |
{ "background": { "page": "DeskTime.html", "persistent": false }, "description": "This extension allows DeskTime client to read current url.", "icons": { "128": "icon_128.png", "16": "icon_16.png", "48": "icon_48.png" }, "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCA7LQLt2ocueVSWOsdy2cAzajrg01DhglsphORTf+f7rUNi8Wc9wAQ\/MSpBE0xsatv1v4hpOY61gc8jX4NHM4UbTxyeYAXGkMLLfk8DBVgPUrBo3GQ0FWmtwExbSqkOvC5XV91qfG5FPIvGbLDr3JN2XfCBGoGLhLxlZlVqUEshQIDAQAB", "manifest_version": 2, "name": "DeskTime url fetcher", "permissions": [ "tabs", "http:\/\/localhost:55566\/" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.0.2" } |