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文件
下载Planfix: Timer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" } |