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.
擴展基本資訊
名稱 | Bonsai Time Tracker |
ID | chipcigldfgoiakidipofgabbcbkmicl |
官方網址 | 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]" } } |