Profitability for Harvest Time Tracker

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

Vad är Profitability for Harvest Time Tracker?

Profitability for Harvest Time Tracker är en Chrome-tillägg utvecklad av https://www.priceandcost.com, och dess huvudfunktion är "Easily see Profitability of any project in Harvest. Track project performance in Harvest against custom Profitability Goals.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Profitability for Harvest Time Tracker-förlängningens CRX-fil

Ladda ner Profitability for Harvest Time Tracker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Profitability for Harvest Time Tracker Profitability for Harvest Time Tracker
ID inhnjgaankmdccilnoakeledbppjbecn
Officiell webbadress https://chromewebstore.google.com/detail/profitability-for-harvest/inhnjgaankmdccilnoakeledbppjbecn
Beskrivning Easily see Profitability of any project in Harvest. Track project performance in Harvest against custom Profitability Goals.
Filstorlek 86.43 KB
Antal Installationer 172
Aktuell Version 2.2
Senast Uppdaterad 2022-06-13
Publiceringsdatum 2018-11-06
Betyg 3.86/5 Totalt 7 Betyg
Utvecklare https://www.priceandcost.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.priceandcost.com
URL till Sekretesspolicy Sidan https://www.priceandcost.com/privacy.php
Stödda Språk 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"
}