Compound Interest Calculator

Compound Interest Calculator

Compound Interest Calculator Calculates compound interest, principal amount, interest rate for loan and mortgage

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Compound Interest Calculator",
  "short_name": "Compound Interest",
  "description": "Compound Interest Calculator Calculates compound interest, principal amount, interest rate for loan and mortgage",
  "version": "0.0.0.2",
  "icons": {
    "128": "ramven.png"
  },
  "manifest_version": 2,
  "app": {
    "urls": [
      "http://apps.ramven.com/finance/compound-interest-calculator/?utm_campaign=apps&utm_source=crome&utm_medium=store&utm_content=html5&utm_term=cinterest"
    ],
    "launch": {
      "web_url": "http://apps.ramven.com/finance/compound-interest-calculator/?utm_campaign=apps&utm_source=crome&utm_medium=store&utm_content=html5&utm_term=cinterest"
    }
  }
}