AT Price Tracker USA
Show vehicle price history on Auto Trader USA website
AT Price Tracker USAคืออะไร?
AT Price Tracker USA เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://liprock.com และคุณลักษณะหลักของมันคือ "Show vehicle price history on Auto Trader USA website"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AT Price Tracker USA
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
URL อย่างเป็นทางการ | 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\/*" ] } ] } |