Tesla Extended Order Status

Tesla Extended Order Status

This add-on will display the VIN information as well as previously assigned VINs as well as Delivery Dates and changes.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Tesla Extended Order Status",
  "description": "This extension provides additional information present in the source code, but not the UI (e.g. VIN)",
  "version": "0.2.1.9",
  "icons": {
    "16": "icons/eos_16.png",
    "32": "icons/eos_32.png",
    "48": "icons/eos_48.png",
    "128": "icons/eos_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.tesla.com/*teslaaccount/product-finalize?rn=*"
      ],
      "css": [
        "style.css"
      ],
      "js": [
        "script.js"
      ]
    }
  ]
}