AT Price Tracker USA
Show vehicle price history on Auto Trader USA website
Qu'est-ce que AT Price Tracker USA ?
AT Price Tracker USA est une extension Chrome développée par https://liprock.com, et sa fonction principale est "Show vehicle price history on Auto Trader USA website".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension AT Price Tracker USA
Téléchargez les fichiers d'extension AT Price Tracker USA au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
✅ 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
Informations de Base sur l'Extension
Nom | AT Price Tracker USA |
ID | fjjjadlabboejlofdgmddhopdamfabno |
URL Officiel | https://chromewebstore.google.com/detail/at-price-tracker-usa/fjjjadlabboejlofdgmddhopdamfabno |
Description | Show vehicle price history on Auto Trader USA website |
Taille du Fichier | 538 KB |
Nombre d'Installations | 698 |
Version Actuelle | 0.0.10 |
Dernière Mise à Jour | 2024-01-29 |
Date de Publication | 2023-11-19 |
Évaluation | 4.75/5 Total 4 Évaluations |
Développeur | https://liprock.com |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://at.liprock.com/privacy |
Langues Prises en Charge | 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\/*" ] } ] } |