Bonsai Time Tracker
-- Featured on Forbes, Techcrunch, USA Today, The Next Web -- One of the fastest growing apps according to Mattermark The Bonsai…
O que é Bonsai Time Tracker?
Bonsai Time Tracker é uma extensão do Chrome desenvolvida por Bonsai Inc, e sua principal característica é "-- Featured on Forbes, Techcrunch, USA Today, The Next Web -- One of the fastest growing apps according to Mattermark The Bonsai…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Bonsai Time Tracker
Baixe arquivos de extensão Bonsai Time Tracker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
-- 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.
Informações Básicas da Extensão
Nome | Bonsai Time Tracker |
ID | chipcigldfgoiakidipofgabbcbkmicl |
URL Oficial | https://chromewebstore.google.com/detail/bonsai-time-tracker/chipcigldfgoiakidipofgabbcbkmicl |
Descrição | -- Featured on Forbes, Techcrunch, USA Today, The Next Web -- One of the fastest growing apps according to Mattermark The Bonsai… |
Tamanho do Arquivo | 1.82 MB |
Contagem de Instalações | 4,648 |
Versão Atual | 1.1.5 |
Última Atualização | 2023-07-19 |
Data de Publicação | 2019-10-17 |
Classificação | 4.09/5 Total de 23 Avaliações |
Desenvolvedor | Bonsai Inc |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://www.hellobonsai.com |
URL da Página de Ajuda | https://help.hellobonsai.com |
URL da Página de Política de Privacidade | https://www.hellobonsai.com/privacy |
Idiomas Suportados | 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]" } } |