Tesla Order Info Extender

Extension to provide additional information present in the source code

What is Tesla Order Info Extender?

Tesla Order Info Extender is a Chrome extension developed by Unknown, and its main feature is "Extension to provide additional information present in the source code".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download Tesla Order Info Extender Extension CRX File

Download Tesla Order Info Extender extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension provides additional information present in the source code, but not the UI (e.g. VIN) 

The extension also creates a detailed table below the order page with all the extra order information it is able to extract from the source code.                    

Extension Basic Information

Name Tesla Order Info Extender Tesla Order Info Extender
ID jokkojjacclekcahapbmliicmfdecjca
Official URL https://chromewebstore.google.com/detail/tesla-order-info-extender/jokkojjacclekcahapbmliicmfdecjca
Description Extension to provide additional information present in the source code
File Size 11.41 KB
Installation Count 234
Current Version 0.1.1
Last Updated 2022-01-22
Publish Date 2022-01-03
Rating 4.67/5 Total 3 Ratings
Developer Unknown
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tesla Order Info Extender",
    "short_name": "Tesla Order Info Extender",
    "description": "Extension to provide additional information present in the source code",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/tesla-order-info-extender\/jokkojjacclekcahapbmliicmfdecjca",
    "version": "0.1.1",
    "version_name": "0.1.1",
    "manifest_version": 3,
    "default_locale": "en",
    "minimum_chrome_version": "88",
    "permissions": [],
    "icons": {
        "128": "assets\/img\/128x128.png"
    },
    "action": {
        "default_icon": {
            "16": "assets\/img\/16x16.png",
            "24": "assets\/img\/24x24.png",
            "32": "assets\/img\/32x32.png"
        },
        "default_title": "Tesla Order Info Extender"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*.tesla.com\/*"
            ],
            "resources": [
                "scripts\/tesla.js"
            ]
        }
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.tesla.com\/*"
            ],
            "js": [
                "background.js"
            ]
        }
    ]
}