AT Price Tracker
Show price history on AT UK and track price changes automatically
AT Price Tracker là gì?
AT Price Tracker là một tiện ích mở rộng Chrome được phát triển bởi https://liprock.com, và tính năng chính của nó là "Show price history on AT UK and track price changes automatically".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng AT Price Tracker
Tải xuống các tệp mở rộng AT Price Tracker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
✅ Displays and tracks vehicle price history for AT UK vehicle adverts when you are searching 💪 Gain a huge advantage when negotiating the price of a vehicle 📈 3 MILLION prices tracked and counting! ✅ Prices are automatically recorded by users of the extension. Prices are tracked when a user with the extension sees the advert in search results. ✅ Works with Cars, Vans, Bikes, Motorhomes, Caravans, Trucks, Farm and Plant search results and adverts ✅ Works with Saved Adverts. Auto track prices. Whether private or a trader. Press/Contact: ATPriceTrackerAddon [at] gmail [dot] com Copyright 2023 - 2024 AT Price Tracker. We do not display any ads with our extension.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | AT Price Tracker |
ID | cbecfdegmcppmbpbffdpagongfpbohmd |
URL Chính Thức | https://chromewebstore.google.com/detail/at-price-tracker/cbecfdegmcppmbpbffdpagongfpbohmd |
Mô tả | Show price history on AT UK and track price changes automatically |
Kích Thước Tệp | 486 KB |
Số Lần Cài Đặt | 30,908 |
Phiên Bản Hiện Tại | 1.1.0 |
Cập Nhật Lần Cuối | 2024-03-04 |
Ngày Phát Hành | 2023-03-13 |
Đánh Giá | 4.91/5 Tổng số 1069 Đánh Giá |
Nhà Phát Triển | https://liprock.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://at.liprock.com |
URL Trang Chính Sách Bảo Mật | https://at.liprock.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AT Price Tracker", "version": "1.1.0", "description": "Show price history on AT UK and track price changes automatically", "manifest_version": 3, "author": "[email protected]", "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/jMBLUwalH7.png" }, "action": { "default_popup": "popup.html" }, "permissions": [ "identity", "identity.email", "storage" ], "background": { "service_worker": "background.min.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.autotrader.co.uk\/*" ], "js": [ "contentScript.min.js" ], "css": [ "styles.min.css" ] }, { "matches": [ "https:\/\/at.liprock.com\/*" ], "js": [ "externalContentScript.min.js" ] } ], "web_accessible_resources": [ { "resources": [ "images\/jMBLUwalH7.png", "images\/0F9gawMAFP.svg", "images\/IHFiljYeve.svg", "images\/WPQ5cDxrXt.svg", "images\/3nA0EZQ4h8.svg" ], "matches": [ "https:\/\/*.autotrader.co.uk\/*" ] } ] } |