Bonsai Time Tracker
-- Featured on Forbes, Techcrunch, USA Today, The Next Web -- One of the fastest growing apps according to Mattermark The Bonsai…
Cos'è Bonsai Time Tracker?
Bonsai Time Tracker è un'estensione di Chrome sviluppata da Bonsai Inc, e la sua funzione principale è "-- Featured on Forbes, Techcrunch, USA Today, The Next Web -- One of the fastest growing apps according to Mattermark The Bonsai…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Bonsai Time Tracker
Scarica i file di estensione Bonsai Time Tracker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
-- 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.
Informazioni di Base sull'Estensione
Nome | Bonsai Time Tracker |
ID | chipcigldfgoiakidipofgabbcbkmicl |
URL Ufficiale | https://chromewebstore.google.com/detail/bonsai-time-tracker/chipcigldfgoiakidipofgabbcbkmicl |
Descrizione | -- Featured on Forbes, Techcrunch, USA Today, The Next Web -- One of the fastest growing apps according to Mattermark The Bonsai… |
Dimensione del File | 1.82 MB |
Conteggio Installazioni | 4,648 |
Versione Corrente | 1.1.5 |
Ultimo Aggiornamento | 2023-07-19 |
Data di Pubblicazione | 2019-10-17 |
Valutazione | 4.09/5 Totale 23 Valutazioni |
Sviluppatore | Bonsai Inc |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.hellobonsai.com |
URL della Pagina di Aiuto | https://help.hellobonsai.com |
URL della Pagina della Politica sulla Privacy | https://www.hellobonsai.com/privacy |
Lingue Supportate | 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]" } } |