Percentage Change Calculator

Calculate percentage change between two values

Percentage Change Calculator là gì?

Percentage Change Calculator là một tiện ích mở rộng Chrome được phát triển bởi https://dmcalc.pages.dev, và tính năng chính của nó là "Calculate percentage change between two values".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Percentage Change Calculator

Tải xuống các tệp mở rộng Percentage Change Calculator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Percentage Change Calculator Percentage Change Calculator
ID eiiecppmhckaljjpbhbddejegimajcce
URL Chính Thức https://chromewebstore.google.com/detail/percentage-change-calcula/eiiecppmhckaljjpbhbddejegimajcce
Mô tả Calculate percentage change between two values
Kích Thước Tệp 27.14 KB
Số Lần Cài Đặt 111
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2023-11-14
Ngày Phát Hành 2021-03-15
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://dmcalc.pages.dev
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://dmcalc.pages.dev
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}