FreshBooks Time Tracker

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

FreshBooks Time Trackerとは何ですか?

FreshBooks Time TrackerはFreshBooksによって開発されたChromeの拡張機能で、その主な機能は「Track time from Chrome so you never miss a billable minute.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

FreshBooks Time Tracker拡張機能のCRXファイルをダウンロード

FreshBooks Time Tracker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 FreshBooks Time Tracker FreshBooks Time Tracker
ID mkbmdcokiphabelhplbmfbmpmcgmaope
公式URL https://chromewebstore.google.com/detail/freshbooks-time-tracker/mkbmdcokiphabelhplbmfbmpmcgmaope
説明 Track time from Chrome so you never miss a billable minute.
ファイルサイズ 2.02 MB
インストール数 5,655
現在のバージョン 3.4
最終更新日 2022-10-04
公開日 2019-08-22
評価 2.40/5 合計 45 レビュー
開発者 FreshBooks
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.freshbooks.com
ヘルプページのURL https://support.freshbooks.com
対応言語 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"
    ]
}