Bonsai Time Tracker
-- Featured on Forbes, Techcrunch, USA Today, The Next Web -- One of the fastest growing apps according to Mattermark The Bonsai…
什么是Bonsai Time Tracker?
Bonsai Time Tracker是由Bonsai Inc开发的Chrome扩展程序,该扩展的主要功能是“-- Featured on Forbes, Techcrunch, USA Today, The Next Web -- One of the fastest growing apps according to Mattermark The Bonsai…”。
扩展截图
下载Bonsai Time Tracker扩展crx文件
下载Bonsai Time Tracker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
-- Featured on Forbes, Techcrunch, USA Today, The Next Web
-- One of the fastest growing apps according to Mattermark
The Bonsai Chrome Extension is the time tracker that integrates perfectly within your workflow.
FEATURES:
• Sleek and simple time tracking
• Seamlessly integrate with our full website features (tasks, invoicing, timesheets and more)
DETAILS:
Designed specifically for digital creatives, our chrome extension includes a simple time tracker that integrates with your ongoing projects and clients. Once you’ve tracked your time, you can easily add them to a new invoice for billing on the full website.
Boost your productivity as a freelancer, agency or small business with Bonsai. 扩展基本信息
| 名称 | |
| ID | chipcigldfgoiakidipofgabbcbkmicl |
| 官方URL | https://chromewebstore.google.com/detail/bonsai-time-tracker/chipcigldfgoiakidipofgabbcbkmicl |
| 简介 | -- Featured on Forbes, Techcrunch, USA Today, The Next Web -- One of the fastest growing apps according to Mattermark The Bonsai… |
| 文件大小 | 1.82 MB |
| 安装次数 | 4,648 |
| 当前版本 | 1.1.5 |
| 更新时间 | 2023-07-19 |
| 上架时间 | 2019-10-17 |
| 评分 | 4.09/5 共23次评分 |
| 开发者 | Bonsai Inc |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | http://www.hellobonsai.com |
| 帮助页面URL | https://help.hellobonsai.com |
| 隐私政策页面URL | https://www.hellobonsai.com/privacy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Bonsai Time Tracker",
"version": "1.1.5",
"manifest_version": 2,
"background": {
"scripts": [
"static\/js\/background.js"
]
},
"browser_action": {
"default_popup": "index.html",
"default_icon": {
"128": "images\/[email protected]"
}
},
"permissions": [
"storage",
"https:\/\/app.hellobonsai.com\/"
],
"externally_connectable": [],
"icons": {
"128": "images\/[email protected]"
}
} | |