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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Bonsai Inc, και η κύρια λειτουργία του είναι "-- Featured on Forbes, Techcrunch, USA Today, The Next Web -- One of the fastest growing apps according to Mattermark The Bonsai…".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Bonsai Time Tracker

Λήψη αρχείων επέκτασης Bonsai Time Tracker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        -- 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 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]"
    }
}