Planfix: Timer
Recording and tracking time spent on tasks and projects
Planfix: Timer란 무엇입니까?
Planfix: Timer은(는) https://planfix.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Recording and tracking time spent on tasks and projects"입니다.
확장 프로그램 스크린샷
Planfix: Timer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Recording and tracking time spent on tasks and projects Planfix is a team-management tool that helps groups organize and manage collaboration between different people.Planfix is great for businesses, nonprofits, and any other group of people working towards a common goal. The timer feature lets users keep track of time spent on tasks and projects, and record it in their Planfix account. Time recorded can then be viewed and analyzed using Planfix reports or any other reports built independently.
확장 프로그램 기본 정보
이름 | Planfix: Timer |
ID | pfffkcgkamnolobimklembffchhlkkik |
공식 URL | https://chromewebstore.google.com/detail/planfix-timer/pfffkcgkamnolobimklembffchhlkkik |
설명 | Recording and tracking time spent on tasks and projects |
파일 크기 | 99.17 KB |
설치 횟수 | 4,478 |
현재 버전 | 3.6.14 |
최근 업데이트 | 2023-10-22 |
출시 날짜 | 2019-11-05 |
평점 | 3.63/5 총 24 개의 평점 |
개발자 | https://planfix.com |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://planfix.com/support/ |
개인정보 보호 정책 페이지 URL | https://planfix.ru/privacy |
지원되는 언어 | en,ru |
manifest.json | |
{ "manifest_version": 2, "name": "__MSG_application_title__", "description": "__MSG_application_description__", "version": "3.6.14", "default_locale": "en", "options_page": "options.html", "browser_action": { "default_icon": { "19": "images\/extension-icon.png" }, "default_popup": "index.html" }, "icons": { "24": "images\/128.png", "128": "images\/128.png" }, "permissions": [ "tabs", "activeTab", "https:\/\/*.planfix.ru\/", "https:\/\/*.planfix.com\/", "https:\/\/*.planfix.ua\/", "https:\/\/pf.mgcom.ru\/", "storage" ], "background": { "scripts": [ "js\/debug.js", "js\/common.js", "js\/auto_inject.js", "js\/lib\/date_format.js", "js\/lib\/jquery-2.1.4.min.js", "js\/lib\/url_parse.js", "js\/settings.js", "js\/storage.js", "js\/timer.js", "js\/planfix.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*.planfix.ru\/*", "https:\/\/*.planfix.com\/*", "https:\/\/*.planfix.ua\/*", "https:\/\/pf.mgcom.ru\/*" ], "js": [ "js\/planfix_contentscript.js" ], "run_at": "document_end" } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |