WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
KBB Value for iaai.com and copart.com

KBB Value for iaai.com and copart.com

View on Chrome Web Store
View KBB Value for iaai.com and copart.com Chrome Extension on Chrome Web Store
Add to bookmarks
4.3 (9 ratings)
1 new ratings
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Get iaai.com car's value from Kelly Blue Book automatically instead of copy & paste to search on KBB.com
Type
Extension
Users
189 users
4
History+
View author page of History+
Published
Published on June 9, 2024
Version 1.0.8
Manifest version
3
Updated
Updated on June 14, 2024
lifestyle/shopping
Extension Category
View on Chrome Web Store
View KBB Value for iaai.com and copart.com Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "name": "KBB Value for iaai.com and copart.com",
    "short_name": "KBB for Auction",
    "description": "Get iaai.com car's value from Kelly Blue Book automatically instead of copy & paste to search on KBB.com",
    "version": "1.0.8",
    "manifest_version": 3,
    "author": "Tom Zenho",
    "action": {
        "default_icon": {
            "16": "assets\/icons\/car$value_16.png",
            "32": "assets\/icons\/car$value_32.png",
            "48": "assets\/icons\/car$value_48.png",
            "64": "assets\/icons\/car$value_64.png",
            "128": "assets\/icons\/car$value_128.png"
        },
        "default_popup": "popup.html",
        "default_title": "KBB for auction"
    },
    "icons": {
        "16": "assets\/icons\/car$value_16.png",
        "32": "assets\/icons\/car$value_32.png",
        "48": "assets\/icons\/car$value_48.png",
        "64": "assets\/icons\/car$value_64.png",
        "128": "assets\/icons\/car$value_128.png"
    },
    "permissions": [
        "storage",
        "webNavigation"
    ],
    "host_permissions": [
        "https:\/\/upa.syndication.kbb.com\/*",
        "*:\/\/*.kbb.com\/*"
    ],
    "background": {
        "service_worker": "assets\/js\/background.js"
    },
    "content_scripts": [
        {
            "css": [
                "assets\/css\/bootstrap-small.css",
                "assets\/css\/content.css"
            ],
            "js": [
                "assets\/js\/external\/jquery-3.6.4.min.js",
                "config.js",
                "assets\/data\/cars-worst-car-to-avoid.js",
                "assets\/data\/cars-blocked-by-insurance.js",
                "assets\/js\/utils.js"
            ],
            "matches": [
                "*:\/\/*.iaai.com\/*",
                "*:\/\/*.copart.com\/lot\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "assets\/js\/iaai_car_detail.js"
            ],
            "matches": [
                "*:\/\/*.iaai.com\/VehicleDetail\/*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": false,
            "js": [
                "assets\/js\/copart_utils.js",
                "assets\/js\/copart_car_detail.js"
            ],
            "matches": [
                "*:\/\/*.copart.com\/lot\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    },
    "cross_origin_embedder_policy": {
        "value": "require-corp"
    },
    "cross_origin_opener_policy": {
        "value": "same-origin"
    },
    "incognito": "not_allowed",
    "offline_enabled": false,
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/icons\/*",
                "assets\/css\/*",
                "assets\/data\/*",
                "config.js",
                "assets\/js\/*.js",
                "pages\/*.html",
                "https:\/\/upa.syndication.kbb.com\/*"
            ],
            "matches": [
                "<all_urls>"
            ],
            "extension_ids": [
                "*"
            ]
        }
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top