AT Price Tracker USA

Show vehicle price history on Auto Trader USA website

O que é AT Price Tracker USA?

AT Price Tracker USA é uma extensão do Chrome desenvolvida por https://liprock.com, e sua principal característica é "Show vehicle price history on Auto Trader USA website".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão AT Price Tracker USA

Baixe arquivos de extensão AT Price Tracker USA no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        ✅ 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                    

Informações Básicas da Extensão

Nome AT Price Tracker USA AT Price Tracker USA
ID fjjjadlabboejlofdgmddhopdamfabno
URL Oficial https://chromewebstore.google.com/detail/at-price-tracker-usa/fjjjadlabboejlofdgmddhopdamfabno
Descrição Show vehicle price history on Auto Trader USA website
Tamanho do Arquivo 538 KB
Contagem de Instalações 698
Versão Atual 0.0.10
Última Atualização 2024-01-29
Data de Publicação 2023-11-19
Classificação 4.75/5 Total de 4 Avaliações
Desenvolvedor https://liprock.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://at.liprock.com/privacy
Idiomas Suportados 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\/*"
            ]
        }
    ]
}