AT Price Tracker USA
Show vehicle price history on Auto Trader USA website
什麼是AT Price Tracker USA?
AT Price Tracker USA是由https://liprock.com開發的Chrome擴展程式,該擴展的主要功能是“Show vehicle price history on Auto Trader USA website”。
擴展截圖
下載AT Price Tracker USA擴展crx文件
下載AT Price Tracker USA擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
✅ 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
擴展基本資訊
名稱 | AT Price Tracker USA |
ID | fjjjadlabboejlofdgmddhopdamfabno |
官方網址 | https://chromewebstore.google.com/detail/at-price-tracker-usa/fjjjadlabboejlofdgmddhopdamfabno |
簡介 | Show vehicle price history on Auto Trader USA website |
檔案大小 | 538 KB |
安裝次數 | 698 |
目前版本 | 0.0.10 |
更新時間 | 2024-01-29 |
上架時間 | 2023-11-19 |
評分 | 4.75/5 共 4 次評分 |
開發者 | https://liprock.com |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://at.liprock.com/privacy |
支援的語言 | 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\/*" ] } ] } |