Profitability for Harvest Time Tracker

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

¿Qué es Profitability for Harvest Time Tracker?

Profitability for Harvest Time Tracker es una extensión de Chrome desarrollada por https://www.priceandcost.com, y su función principal es "Easily see Profitability of any project in Harvest. Track project performance in Harvest against custom Profitability Goals.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Profitability for Harvest Time Tracker

Descarga archivos de extensión Profitability for Harvest Time Tracker en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Profitability for Harvest Time Tracker Profitability for Harvest Time Tracker
ID inhnjgaankmdccilnoakeledbppjbecn
URL Oficial https://chromewebstore.google.com/detail/profitability-for-harvest/inhnjgaankmdccilnoakeledbppjbecn
Descripción Easily see Profitability of any project in Harvest. Track project performance in Harvest against custom Profitability Goals.
Tamaño del Archivo 86.43 KB
Cantidad de Instalaciones 172
Versión Actual 2.2
Última Actualización 2022-06-13
Fecha de Publicación 2018-11-06
Calificación 3.86/5 Total de 7 Calificaciones
Desarrollador https://www.priceandcost.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.priceandcost.com
URL de la Página de Política de Privacidad https://www.priceandcost.com/privacy.php
Idiomas Soportados 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"
}