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