Carexpress

Auction manager controller

What is Carexpress?

Carexpress is a Chrome extension developed by Westpoints, and its main feature is "Auction manager controller".

Extension Screenshots

screenshot

Download Carexpress Extension CRX File

Download Carexpress extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This is extension for auto import companies to management their dealers.  Also we will give you admin panel for your business to add or remove dealers on extension.                    

Extension Basic Information

Name Carexpress Carexpress
ID hodggjbkkikikmnkfocpekfegopidojn
Official URL https://chromewebstore.google.com/detail/carexpress/hodggjbkkikikmnkfocpekfegopidojn
Description Auction manager controller
File Size 10.19 KB
Installation Count 380
Current Version 2.8.34
Last Updated 2023-12-05
Publish Date 2021-07-05
Developer Westpoints
Email [email protected]
Payment Type free
Extension Website https://wspoints.com
Help Page URL https://carexpress.ge/contactUs
Privacy Policy Page URL https://wspoints.com/extension/privacyAndPolicy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Carexpress",
    "description": "Auction manager controller",
    "version": "2.8.34",
    "icons": {
        "16": "obj-16x16.png",
        "32": "obj-32x32.png",
        "48": "obj-48x48.png",
        "128": "obj-128x128.png"
    },
    "action": {
        "default_icon": "obj-16x16.png",
        "default_popup": "index.html"
    },
    "host_permissions": [
        "https:\/\/www.copart.com\/*",
        "https:\/\/copart.com\/*",
        "https:\/\/www.iaai.com\/*",
        "https:\/\/iaai.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "type": "module"
        }
    ],
    "manifest_version": 3
}