Unit Price Helper

Unit Price Helper

Automatically generate unit price for applicable items when shopping online.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Unit Price Helper",
  "version": "1.0",
  "manifest_version": 3,
  "icons": {
    "16": "img/UPRlogo.png",
    "48": "img/UPRlogo.png",
    "128": "img/UPRlogo.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "jquery-3.6.1.js",
        "content_script.js"
      ]
    }
  ],
  "description": "Automatically generate unit price for applicable items when shopping online."
}