Percentage Change Calculator

Calculate percentage change between two values

Percentage Change Calculatorとは何ですか?

Percentage Change Calculatorはhttps://dmcalc.pages.devによって開発されたChromeの拡張機能で、その主な機能は「Calculate percentage change between two values」です。

拡張機能のスクリーンショット

screenshot
screenshot

Percentage Change Calculator拡張機能のCRXファイルをダウンロード

Percentage Change Calculator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    ]
}