Commission Calculator

A simple commission calculator to calculate commission from sales data.

Τι είναι το Commission Calculator;

Το Commission Calculator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.commission-calculator.com, και η κύρια λειτουργία του είναι "A simple commission calculator to calculate commission from sales data.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Commission Calculator

Λήψη αρχείων επέκτασης Commission Calculator σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
    }
}