AT Price Tracker

Show price history on AT UK and track price changes automatically

什么是AT Price Tracker?

AT Price Tracker是由https://liprock.com开发的Chrome扩展程序,该扩展的主要功能是“Show price history on AT UK and track price changes automatically”。

扩展截图

screenshot
screenshot
screenshot

下载AT Price Tracker扩展crx文件

下载AT Price Tracker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        ✅ 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 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\/*"
            ]
        }
    ]
}