AT Price Tracker USA

Show vehicle price history on Auto Trader USA website

What is AT Price Tracker USA?

AT Price Tracker USA is a Chrome extension developed by https://liprock.com, and its main feature is "Show vehicle price history on Auto Trader USA website".

Extension Screenshots

screenshot

Download AT Price Tracker USA Extension CRX File

Download AT Price Tracker USA 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

                        ✅ Displays and tracks vehicle price history for Auto Trader USA vehicle adverts when you are searching

💪 Gain a huge advantage when negotiating the price of a vehicle

✅ Prices are automatically recorded by users of the extension. Prices are tracked when a user with the extension sees the advert in search results.

Press/Contact: ATPriceTrackerAddon [at] gmail [dot] com

Copyright 2023 AT Price Tracker                    

Extension Basic Information

Name AT Price Tracker USA AT Price Tracker USA
ID fjjjadlabboejlofdgmddhopdamfabno
Official URL https://chromewebstore.google.com/detail/at-price-tracker-usa/fjjjadlabboejlofdgmddhopdamfabno
Description Show vehicle price history on Auto Trader USA website
File Size 538 KB
Installation Count 698
Current Version 0.0.10
Last Updated 2024-01-29
Publish Date 2023-11-19
Rating 4.75/5 Total 4 Ratings
Developer https://liprock.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://at.liprock.com/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AT Price Tracker USA",
    "version": "0.0.10",
    "description": "Show vehicle price history on Auto Trader USA website",
    "manifest_version": 3,
    "author": "[email protected]",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "identity",
        "identity.email",
        "storage"
    ],
    "background": {
        "service_worker": "background.min.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.autotrader.com\/*"
            ],
            "js": [
                "contentScript.min.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/icon128.png",
                "images\/mot-icon128.png",
                "images\/cv.svg",
                "images\/cv\/*.png"
            ],
            "matches": [
                "https:\/\/*.autotrader.com\/*"
            ]
        }
    ]
}