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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.priceandcost.com และคุณลักษณะหลักของมันคือ "Easily see Profitability of any project in Harvest. Track project performance in Harvest against custom Profitability Goals."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Profitability for Harvest Time Tracker

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
}