FreshBooks Time Tracker

Track time from Chrome so you never miss a billable minute.

What is FreshBooks Time Tracker?

FreshBooks Time Tracker is a Chrome extension developed by FreshBooks, and its main feature is "Track time from Chrome so you never miss a billable minute.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download FreshBooks Time Tracker Extension CRX File

Download FreshBooks Time Tracker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        FreshBooks Time Tracking

Wherever your work takes you across the web, the FreshBooks Chrome Timer is there to accurately log your time, ensuring you get paid for every hour you work. Plus, soon you can track time directly from the apps you already know and love — Asana & Trello.

- Easily track time from any website across the web
- Pop the timer out into its own window, or minimize it down while you work
- Be as detailed as you'd like -- track time towards a client, project and even service
- Quickly spot trends and turn your tracked time into an invoice, all with FreshBooks

What is FreshBooks?
Join 10 million people who have used FreshBooks & many more who continue to effortlessly track their time, send invoices and manage expenses. Try it out for free today.

FRESHBOOKS FEATURES
- Keep accurate track of your time and never miss another billable minute
- Invoice your clients and get paid faster with online payments
- Ensure your projects stay on track, upload and share files and get speedy feedback from your team
- Track your spending with automatic expense imports that categorize themselves
- See your numbers at a glance with a dashboard that shows outstanding revenue, categorized expenses and profitability

For more information on how to track time with FreshBooks, check out our web page https://www.freshbooks.com/en-ca/timesheets-and-time-tracking

EASY TO USE
- Straightforward and intuitive design built for small business owners and freelancers, so there’s no need to learn accounting
- Supported by extraordinary, award-winning customer service. Smart, friendly help from people in your corner available by phone (1-866-303-6061) or email ([email protected]) whenever you have questions. A real, live person will answer in just a few rings.
- Your data is always safe and accessible no matter what device you’re using

*Note, an existing FreshBooks account is required to use the FreshBooks Chrome Timer. Signup for a free 30 day trial here: https://www.freshbooks.com                    

Extension Basic Information

Name FreshBooks Time Tracker FreshBooks Time Tracker
ID mkbmdcokiphabelhplbmfbmpmcgmaope
Official URL https://chromewebstore.google.com/detail/freshbooks-time-tracker/mkbmdcokiphabelhplbmfbmpmcgmaope
Description Track time from Chrome so you never miss a billable minute.
File Size 2.02 MB
Installation Count 5,655
Current Version 3.4
Last Updated 2022-10-04
Publish Date 2019-08-22
Rating 2.40/5 Total 45 Ratings
Developer FreshBooks
Email [email protected]
Payment Type free
Extension Website https://www.freshbooks.com
Help Page URL https://support.freshbooks.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FreshBooks Time Tracker",
    "short_name": "FreshBooks",
    "version": "3.4",
    "manifest_version": 3,
    "description": "Track time from Chrome so you never miss a billable minute.",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "assets\/images\/browser-icons\/icon-blue.png",
        "128": "assets\/images\/browser-icons\/icon-blue.png"
    },
    "action": {
        "default_icon": {
            "19": "assets\/images\/browser-icons\/icon-blue.png"
        },
        "default_title": "FreshBooks",
        "default_popup": "popup.html"
    },
    "content_scripts": [],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqlrNgS3jD6hwE182YHwOttMxMeheXwzM53gPon9HR8i7KR3joj1KljY0aLYv7G8CAdHJzAOicHCjRAi2qLK7t0fghs1VLeXdkJ133ukphbqkKt\/kfSHpWSyjALgWAtdb9W5E1wLa+ebFS1CqWXUqieiX+SszP2z\/RQNk6WdN6K7Nofx\/aJvlu8wnYyoRX629iBqDNOgnyfgHJY77ym\/p8hJjZ+jp9iWsR8Vmo\/yZwtToYfekdPaOa5Z9qYKh5OFRG+9ISpszLzUNS7U7t8ElgJ6O9qltSw98CcMDIdArlPjOM6ip52I+FX+7MGO7ffFFV0lLbwniXj+BBaE2yY1Q7wIDAQAB",
    "permissions": [
        "tabs",
        "identity",
        "storage",
        "notifications"
    ]
}