Percentage Change Calculator

Calculate percentage change between two values

Percentage Change Calculator क्या है?

Percentage Change Calculator https://dmcalc.pages.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Calculate percentage change between two values"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Percentage Change Calculator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Percentage Change Calculator Percentage Change Calculator
ID eiiecppmhckaljjpbhbddejegimajcce
आधिकारिक URL https://chromewebstore.google.com/detail/percentage-change-calcula/eiiecppmhckaljjpbhbddejegimajcce
विवरण Calculate percentage change between two values
फ़ाइल का आकार 27.14 KB
स्थापना संख्या 111
वर्तमान संस्करण 2.0
अंतिम अपडेट 2023-11-14
प्रकाशन तिथि 2021-03-15
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://dmcalc.pages.dev
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://dmcalc.pages.dev
समर्थित भाषाएँ 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"
    ]
}