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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        -- 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
عنوان صفحة المساعدة https://help.hellobonsai.com
عنوان صفحة سياسة الخصوصية 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]"
    }
}