Commission Calculator

A simple commission calculator to calculate commission from sales data.

Commission Calculator란 무엇입니까?

Commission Calculator은(는) https://www.commission-calculator.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A simple commission calculator to calculate commission from sales data."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Commission Calculator 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This Online Commission Calculator helps you to determine the commission amount from the sales data.

In the "Basic" section, you can provide the sales amount or revenue and the rate percentage to quickly derive the commission amount. If there is a quota assigned, you can provide that value too, along with the rate over the quota amount. The result will be determined based on the quota specified, in this case.

The "Advanced" section of the extension works based on rate lookup or ranges. You can use the rate lookup to specify the ranges and the relevant rate percentage for each range. The extension will pick the right percentage value based on the sales amount provided and calculate the result. If the Calculation Type selected is Tier, the amount will be cumulated (prorated) for each range, as the sales amount passes over each range.

If the quota is specified, the extension will calculate the attainment percentage based on the sales amount and quota provided. Then these values will be compared with the rate lookup ranges to derive the commission rate for that range. If you don't have an attainment-based Compensation Plan, feel free to skip providing any quota values.

Supported types: 
- Flat rate or percentage based
- Sliding Scale
- Sliding Scale with Proration
- Tiered or Tier-based with prorated ranges
- Attainment based and Quota based.                    

확장 프로그램 기본 정보

이름 Commission Calculator Commission Calculator
ID dhcbndfhhbbplejlnaemomdhfbbogmfd
공식 URL https://chromewebstore.google.com/detail/commission-calculator/dhcbndfhhbbplejlnaemomdhfbbogmfd
설명 A simple commission calculator to calculate commission from sales data.
파일 크기 170 KB
설치 횟수 154
현재 버전 1.6.1.6
최근 업데이트 2022-06-09
출시 날짜 2020-03-19
평점 5.00/5 총 7 개의 평점
개발자 https://www.commission-calculator.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.commission-calculator.com/
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Commission Calculator",
    "short_name": "Commission Calculator",
    "version": "1.6.1.6",
    "permissions": [],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon96-128.png"
    },
    "description": "A simple commission calculator to calculate commission from sales data.",
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "action": {
        "default_icon": "icon.png",
        "default_title": "A simple commission calculator to calculate commission from sales data.",
        "default_popup": "popup.html"
    }
}