AT Price Tracker USA
Show vehicle price history on Auto Trader USA website
Cos'è AT Price Tracker USA?
AT Price Tracker USA è un'estensione di Chrome sviluppata da https://liprock.com, e la sua funzione principale è "Show vehicle price history on Auto Trader USA website".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione AT Price Tracker USA
Scarica i file di estensione AT Price Tracker USA in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
✅ 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
Informazioni di Base sull'Estensione
Nome | AT Price Tracker USA |
ID | fjjjadlabboejlofdgmddhopdamfabno |
URL Ufficiale | https://chromewebstore.google.com/detail/at-price-tracker-usa/fjjjadlabboejlofdgmddhopdamfabno |
Descrizione | Show vehicle price history on Auto Trader USA website |
Dimensione del File | 538 KB |
Conteggio Installazioni | 698 |
Versione Corrente | 0.0.10 |
Ultimo Aggiornamento | 2024-01-29 |
Data di Pubblicazione | 2023-11-19 |
Valutazione | 4.75/5 Totale 4 Valutazioni |
Sviluppatore | https://liprock.com |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://at.liprock.com/privacy |
Lingue Supportate | 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\/*" ] } ] } |