AutoPro

Tools to help vehicle buyers

Apa itu AutoPro?

AutoPro adalah ekstensi Chrome yang dikembangkan oleh Jonny Evans, dan fitur utamanya adalah "Tools to help vehicle buyers".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi AutoPro

Unduh file ekstensi AutoPro dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        This tool allows users to select multiple vehicle makes, models, and model variants on the search page of autotrader.co.uk. Simply add the chrome extension, and enjoy!

If you enjoy this tool, please consider reviewing, leaving feedback or visiting my Patreon page https://www.patreon.com/AutoPro400/posts. I plan to build this chrome extension into a suite of tools to make the car buying experience that little bit easier.                    

Informasi Dasar Ekstensi

Nama AutoPro AutoPro
ID nbmdlboojikjlpkcdejfcjpgcglimnkp
URL Resmi https://chromewebstore.google.com/detail/autopro/nbmdlboojikjlpkcdejfcjpgcglimnkp
Deskripsi Tools to help vehicle buyers
Ukuran File 4.87 KB
Jumlah Instalasi 76
Versi Saat Ini 0.0.0.1
Terakhir Diperbarui 2023-12-29
Tanggal Publikasi 2023-12-29
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Jonny Evans
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AutoPro",
    "version": "0.0.0.1",
    "description": "Tools to help vehicle buyers",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.autotrader.co.uk\/car-search*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}