AT Price Tracker USA

Show vehicle price history on Auto Trader USA website

什么是AT Price Tracker USA?

AT Price Tracker USA是由https://liprock.com开发的Chrome扩展程序,该扩展的主要功能是“Show vehicle price history on Auto Trader USA website”。

扩展截图

screenshot

下载AT Price Tracker USA扩展crx文件

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

扩展使用说明

                        ✅ Displays and tracks vehicle price history for Auto Trader USA vehicle adverts when you are searching

💪 Gain a huge advantage when negotiating the price of a vehicle

✅ Prices are automatically recorded by users of the extension. Prices are tracked when a user with the extension sees the advert in search results.

Press/Contact: ATPriceTrackerAddon [at] gmail [dot] com

Copyright 2023 AT Price Tracker                    

扩展基本信息

名称 AT Price Tracker USA AT Price Tracker USA
ID fjjjadlabboejlofdgmddhopdamfabno
官方URL https://chromewebstore.google.com/detail/at-price-tracker-usa/fjjjadlabboejlofdgmddhopdamfabno
简介 Show vehicle price history on Auto Trader USA website
文件大小 538 KB
安装次数 698
当前版本 0.0.10
更新时间 2024-01-29
上架时间 2023-11-19
评分 4.75/5 共4次评分
开发者 https://liprock.com
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://at.liprock.com/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AT Price Tracker USA",
    "version": "0.0.10",
    "description": "Show vehicle price history on Auto Trader USA website",
    "manifest_version": 3,
    "author": "[email protected]",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "identity",
        "identity.email",
        "storage"
    ],
    "background": {
        "service_worker": "background.min.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.autotrader.com\/*"
            ],
            "js": [
                "contentScript.min.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/icon128.png",
                "images\/mot-icon128.png",
                "images\/cv.svg",
                "images\/cv\/*.png"
            ],
            "matches": [
                "https:\/\/*.autotrader.com\/*"
            ]
        }
    ]
}