Percentage Change Calculator
Calculate percentage change between two values
Vad är Percentage Change Calculator?
Percentage Change Calculator är en Chrome-tillägg utvecklad av https://dmcalc.pages.dev, och dess huvudfunktion är "Calculate percentage change between two values".
Tilläggsskärmbilder
Ladda ner Percentage Change Calculator-förlängningens CRX-fil
Ladda ner Percentage Change Calculator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | eiiecppmhckaljjpbhbddejegimajcce |
| Officiell webbadress | https://chromewebstore.google.com/detail/percentage-change-calcula/eiiecppmhckaljjpbhbddejegimajcce |
| Beskrivning | Calculate percentage change between two values |
| Filstorlek | 27.14 KB |
| Antal Installationer | 111 |
| Aktuell Version | 2.0 |
| Senast Uppdaterad | 2023-11-14 |
| Publiceringsdatum | 2021-03-15 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | https://dmcalc.pages.dev |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://dmcalc.pages.dev |
| Stödda Språk | 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"
]
} | |