Credit Card EMI/No Cost EMI Cost Calculator

Credit Card EMI/No Cost EMI Cost Calculator

Check hidden financing costs & find the best card to purchase a product and whether you should opt for EMI or non-EMI transaction.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Credit Card EMI/No Cost EMI Cost Calculator",
  "description": "Check hidden financing costs & find the best card to purchase a product and whether you should opt for EMI or non-EMI transaction.",
  "version": "1.0.6",
  "action": {
    "default_popup": "defaultPopup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "permissions": [
    "scripting",
    "activeTab"
  ]
}