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
官方網址 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\/*"
            ]
        }
    ]
}