AT Price Tracker
Show price history on AT UK and track price changes automatically
AT Price Tracker क्या है?
AT Price Tracker https://liprock.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Show price history on AT UK and track price changes automatically"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में AT Price Tracker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
✅ 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.
एक्सटेंशन की मूल जानकारी
नाम | AT Price Tracker |
ID | cbecfdegmcppmbpbffdpagongfpbohmd |
आधिकारिक URL | https://chromewebstore.google.com/detail/at-price-tracker/cbecfdegmcppmbpbffdpagongfpbohmd |
विवरण | Show price history on AT UK and track price changes automatically |
फ़ाइल का आकार | 486 KB |
स्थापना संख्या | 30,908 |
वर्तमान संस्करण | 1.1.0 |
अंतिम अपडेट | 2024-03-04 |
प्रकाशन तिथि | 2023-03-13 |
रेटिंग | 4.91/5 कुल 1069 रेटिंग्स |
डेवलपर | https://liprock.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://at.liprock.com |
गोपनीयता नीति पृष्ठ URL | https://at.liprock.com/privacy |
समर्थित भाषाएँ | 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\/*" ] } ] } |