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 |
公式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 |
Eメール | [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]" } } |