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”。
扩展截图
下载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. 扩展基本信息
| 名称 | |
| 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"
]
} | |