AT Price Tracker USA

Show vehicle price history on Auto Trader USA website

Co to jest AT Price Tracker USA?

AT Price Tracker USA to rozszerzenie Chrome opracowane przez https://liprock.com, a jego główną funkcją jest „Show vehicle price history on Auto Trader USA website”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia AT Price Tracker USA

Pobierz pliki rozszerzeń AT Price Tracker USA w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        ✅ 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                    

Podstawowe informacje o rozszerzeniu

Nazwa AT Price Tracker USA AT Price Tracker USA
ID fjjjadlabboejlofdgmddhopdamfabno
Oficjalny URL https://chromewebstore.google.com/detail/at-price-tracker-usa/fjjjadlabboejlofdgmddhopdamfabno
Opis Show vehicle price history on Auto Trader USA website
Rozmiar pliku 538 KB
Liczba instalacji 698
Aktualna Wersja 0.0.10
Ostatnia Aktualizacja 2024-01-29
Data Publikacji 2023-11-19
Ocena 4.75/5 Łącznie 4 Oceny
Deweloper https://liprock.com
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://at.liprock.com/privacy
Obsługiwane Języki 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\/*"
            ]
        }
    ]
}