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."입니다.
확장 프로그램 스크린샷
Profitability for Harvest Time Tracker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" } |