AT Price Tracker USA
Show vehicle price history on Auto Trader USA website
Wat is AT Price Tracker USA?
AT Price Tracker USA is een Chrome-extensie ontwikkeld door https://liprock.com, en de belangrijkste functie is "Show vehicle price history on Auto Trader USA website".
Extensie Screenshots
Download het CRX-bestand van de extensie AT Price Tracker USA
Download AT Price Tracker USA-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
✅ 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
Basisinformatie over de Extensie
Naam | AT Price Tracker USA |
ID | fjjjadlabboejlofdgmddhopdamfabno |
Officiële URL | https://chromewebstore.google.com/detail/at-price-tracker-usa/fjjjadlabboejlofdgmddhopdamfabno |
Beschrijving | Show vehicle price history on Auto Trader USA website |
Bestandsgrootte | 538 KB |
Aantal Installaties | 698 |
Huidige Versie | 0.0.10 |
Laatst Bijgewerkt | 2024-01-29 |
Publicatiedatum | 2023-11-19 |
Beoordeling | 4.75/5 Totaal 4 Beoordelingen |
Ontwikkelaar | https://liprock.com |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://at.liprock.com/privacy |
Ondersteunde Talen | 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\/*" ] } ] } |