Percentage Change Calculator

Calculate percentage change between two values

Qu'est-ce que Percentage Change Calculator ?

Percentage Change Calculator est une extension Chrome développée par https://dmcalc.pages.dev, et sa fonction principale est "Calculate percentage change between two values".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Percentage Change Calculator

Téléchargez les fichiers d'extension Percentage Change Calculator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        This extension can be used to calculate the difference in percentage between two values, for example Year 1 revenue compared to Year 2 Revenue.

DM Calc has multiple calculators for digital marketers and the YoY/MoM growth calculator is the most used one. Therefore, having an easy to use Chrome extension would make things a lot quicker by not having to go to the website and waiting for the page to load or having to go to Excel to calculate the change by using a formula.                    

Informations de Base sur l'Extension

Nom Percentage Change Calculator Percentage Change Calculator
ID eiiecppmhckaljjpbhbddejegimajcce
URL Officiel https://chromewebstore.google.com/detail/percentage-change-calcula/eiiecppmhckaljjpbhbddejegimajcce
Description Calculate percentage change between two values
Taille du Fichier 27.14 KB
Nombre d'Installations 111
Version Actuelle 2.0
Dernière Mise à Jour 2023-11-14
Date de Publication 2021-03-15
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://dmcalc.pages.dev
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://dmcalc.pages.dev
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Percentage Change Calculator",
    "version": "2.0",
    "description": "Calculate percentage change between two values",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "storage"
    ]
}