FreshBooks Time Tracker

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

O que é FreshBooks Time Tracker?

FreshBooks Time Tracker é uma extensão do Chrome desenvolvida por FreshBooks, e sua principal característica é "Track time from Chrome so you never miss a billable minute.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão FreshBooks Time Tracker

Baixe arquivos de extensão FreshBooks Time Tracker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome FreshBooks Time Tracker FreshBooks Time Tracker
ID mkbmdcokiphabelhplbmfbmpmcgmaope
URL Oficial https://chromewebstore.google.com/detail/freshbooks-time-tracker/mkbmdcokiphabelhplbmfbmpmcgmaope
Descrição Track time from Chrome so you never miss a billable minute.
Tamanho do Arquivo 2.02 MB
Contagem de Instalações 5,655
Versão Atual 3.4
Última Atualização 2022-10-04
Data de Publicação 2019-08-22
Classificação 2.40/5 Total de 45 Avaliações
Desenvolvedor FreshBooks
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.freshbooks.com
URL da Página de Ajuda https://support.freshbooks.com
Idiomas Suportados 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"
    ]
}