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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
-- 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 |
이메일 | [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]" } } |