Bonsai Time Tracker

-- Featured on Forbes, Techcrunch, USA Today, The Next Web -- One of the fastest growing apps according to Mattermark The Bonsai…

¿Qué es Bonsai Time Tracker?

Bonsai Time Tracker es una extensión de Chrome desarrollada por Bonsai Inc, y su función principal es "-- Featured on Forbes, Techcrunch, USA Today, The Next Web -- One of the fastest growing apps according to Mattermark The Bonsai…".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Bonsai Time Tracker

Descarga archivos de extensión Bonsai Time Tracker en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        -- 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.                    

Información Básica de la Extensión

Nombre Bonsai Time Tracker Bonsai Time Tracker
ID chipcigldfgoiakidipofgabbcbkmicl
URL Oficial https://chromewebstore.google.com/detail/bonsai-time-tracker/chipcigldfgoiakidipofgabbcbkmicl
Descripción -- Featured on Forbes, Techcrunch, USA Today, The Next Web -- One of the fastest growing apps according to Mattermark The Bonsai…
Tamaño del Archivo 1.82 MB
Cantidad de Instalaciones 4,648
Versión Actual 1.1.5
Última Actualización 2023-07-19
Fecha de Publicación 2019-10-17
Calificación 4.09/5 Total de 23 Calificaciones
Desarrollador Bonsai Inc
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://www.hellobonsai.com
URL de la Página de Ayuda https://help.hellobonsai.com
URL de la Página de Política de Privacidad https://www.hellobonsai.com/privacy
Idiomas Soportados 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]"
    }
}