Bonsai Time Tracker
-- Featured on Forbes, Techcrunch, USA Today, The Next Web -- One of the fastest growing apps according to Mattermark The Bonsai…
Qu'est-ce que Bonsai Time Tracker ?
Bonsai Time Tracker est une extension Chrome développée par Bonsai Inc, et sa fonction principale est "-- Featured on Forbes, Techcrunch, USA Today, The Next Web -- One of the fastest growing apps according to Mattermark The Bonsai…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Bonsai Time Tracker
Téléchargez les fichiers d'extension Bonsai Time Tracker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
-- 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.
Informations de Base sur l'Extension
Nom | Bonsai Time Tracker |
ID | chipcigldfgoiakidipofgabbcbkmicl |
URL Officiel | https://chromewebstore.google.com/detail/bonsai-time-tracker/chipcigldfgoiakidipofgabbcbkmicl |
Description | -- Featured on Forbes, Techcrunch, USA Today, The Next Web -- One of the fastest growing apps according to Mattermark The Bonsai… |
Taille du Fichier | 1.82 MB |
Nombre d'Installations | 4,648 |
Version Actuelle | 1.1.5 |
Dernière Mise à Jour | 2023-07-19 |
Date de Publication | 2019-10-17 |
Évaluation | 4.09/5 Total 23 Évaluations |
Développeur | Bonsai Inc |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://www.hellobonsai.com |
URL de la Page d'Aide | https://help.hellobonsai.com |
URL de la Page de Politique de Confidentialité | https://www.hellobonsai.com/privacy |
Langues Prises en Charge | 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]" } } |