AT Price Tracker USA

Show vehicle price history on Auto Trader USA website

AT Price Tracker USA là gì?

AT Price Tracker USA là một tiện ích mở rộng Chrome được phát triển bởi https://liprock.com, và tính năng chính của nó là "Show vehicle price history on Auto Trader USA website".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng AT Price Tracker USA

Tải xuống các tệp mở rộng AT Price Tracker USA dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        ✅ 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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AT Price Tracker USA AT Price Tracker USA
ID fjjjadlabboejlofdgmddhopdamfabno
URL Chính Thức https://chromewebstore.google.com/detail/at-price-tracker-usa/fjjjadlabboejlofdgmddhopdamfabno
Mô tả Show vehicle price history on Auto Trader USA website
Kích Thước Tệp 538 KB
Số Lần Cài Đặt 698
Phiên Bản Hiện Tại 0.0.10
Cập Nhật Lần Cuối 2024-01-29
Ngày Phát Hành 2023-11-19
Đánh Giá 4.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://liprock.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://at.liprock.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}