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
Eメール [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\/*"
            ]
        }
    ]
}