Profitability for Harvest Time Tracker

Easily see Profitability of any project in Harvest. Track project performance in Harvest against custom Profitability Goals.

什麼是Profitability for Harvest Time Tracker?

Profitability for Harvest Time Tracker是由https://www.priceandcost.com開發的Chrome擴展程式,該擴展的主要功能是“Easily see Profitability of any project in Harvest. Track project performance in Harvest against custom Profitability Goals.”。

擴展截圖

screenshot
screenshot

下載Profitability for Harvest Time Tracker擴展crx文件

下載Profitability for Harvest Time Tracker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        We love and use Harvest ourselves for time tracking. However, Harvest Time Tracker is missing one very important financial KPI when showing project performance - Profitability of projects.

This extension adds Profit margin and Profitability metrics to your Harvest projects. This way you can ensure you get the full insight into your projects’ financial performance and make informed decisions in a timely manner.

No additional sign-ups or sign-ins required - just download the extension and enjoy richer financial analytics for your Harvest projects! This extension needs you to be a Harvest user with Admin rights.

GET 360-DEGREE VIEW OF YOUR PROJECT’S FINANCIAL PERFORMANCE

If you are a project-based, professional services business, having visibility of profitability of your projects is essential. Harvest already does a good job, showing you where you stand in terms of Budget and Internal Costs to date. What it’s missing to build a full picture of how successful your project is from financial standpoint is Profitability. This extension does exactly that - elegantly adding the missing metrics to your Harvest project detail screen.

USE CUSTOM PROFITABILITY GOALS

Every business is different. Your profitability goals may be different as well. With this extension, you can choose your desired Profitability goal. This allows us to highlight if certain projects are under performing. Clear colour-coding of Profitability metric allows you to quickly identify projects that need more attention.

———————————————

WHO’S BEHIND THIS?

This extension is developed by Price&Cost, a separate company with no affiliation to Harvest.

This extension is just a preview of our capabilities. To give even more super-powers to your Harvest data, add Price&Cost to your Harvest process. Then you can compare planned resources versus actuals, create accurate estimates and forecast projects with a profit-first mindset.

Check it out at https://harvest.priceandcost.com

WHAT IS PRICE&COST AND HOW DOES IT WORK?

Price&Cost creates accurate estimates and syncs with your Harvest timesheets and expenses to show how profitable your projects can be — without spreadsheets. Import projects, resources, and settings from Harvest and build your estimates with Price&Cost to see your financial breakdown.

||||| Build estimates that start and stay profitable |||||
All your resources and rates live in Price&Cost. Create accurate estimates in minutes and sync them back to Harvest for time tracking.

||||| See which projects make or lose money |||||
Automatically sync timesheets and expenses from Harvest to track your projects' financials. Using Forecast? Import your resource plans to Price&Cost and optimize your estimates for higher profits.

||||| Test “what-if” scenarios vs profit goals |||||
Projects can deviate from original estimates. Price&Cost embraces this by letting you test different forecasts for the remainder of your projects and understand how each change impacts your financials before you make a decision.

||||| Report profitability at every level |||||
Break down your performance by project, client, team and even specific resources. Analyze your results with 35+ out-of-the-box reports.

Book a Demo today at https://harvest.priceandcost.com

WE'D LOVE TO HEAR FROM YOU

If you have any questions about Price&Cost, or just want to tell us what's on your mind, here's how you can contact us:

Email us at [email protected]
Blog blog.priceandcost.com
Twitter @priceandcost                    

擴展基本資訊

名稱 Profitability for Harvest Time Tracker Profitability for Harvest Time Tracker
ID inhnjgaankmdccilnoakeledbppjbecn
官方網址 https://chromewebstore.google.com/detail/profitability-for-harvest/inhnjgaankmdccilnoakeledbppjbecn
簡介 Easily see Profitability of any project in Harvest. Track project performance in Harvest against custom Profitability Goals.
檔案大小 86.43 KB
安裝次數 172
目前版本 2.2
更新時間 2022-06-13
上架時間 2018-11-06
評分 3.86/5 共 7 次評分
開發者 https://www.priceandcost.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.priceandcost.com
隱私政策頁面URL https://www.priceandcost.com/privacy.php
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Profitability for Harvest Time Tracker",
    "short_name": "Profitability for Harvest Time Tracker",
    "description": "Easily see Profitability of any project in Harvest. Track project performance in Harvest against custom Profitability Goals.",
    "version": "2.2",
    "browser_action": {
        "default_icon": "assets\/icon.png",
        "default_popup": "popup\/popup.html",
        "default_title": "Profitability for Harvest"
    },
    "icons": {
        "16": "assets\/icon_16.png",
        "48": "assets\/icon_48.png",
        "128": "assets\/icon_128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background_ga.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.harvestapp.com\/projects*"
            ],
            "js": [
                "lib\/jquery-2.2.4.min.js",
                "lib\/wNumb.js",
                "lib\/remodal.min.js",
                "scripts\/content.js"
            ],
            "css": [
                "css\/extension_style.css",
                "css\/remodal.css",
                "css\/remodal-default-theme.css"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.harvestapp.com\/projects*"
        ]
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "web_accessible_resources": [
        "logo_vertical.png",
        "css\/extension_style.css",
        "css\/remodal.css",
        "css\/remodal-default-theme.css",
        "lib\/remodal.min.js"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/www.youtube.com\/ https:\/\/s.ytimg.com; object-src 'self'; child-src https:\/\/www.youtube.com\/ https:\/\/s.ytimg.com"
}