Carbly VIN Scanner Extension

Detect VIN numbers to automatically send to Carbly VIN Scanner

What is Carbly VIN Scanner Extension?

Carbly VIN Scanner Extension is a Chrome extension developed by Carbly, and its main feature is "Detect VIN numbers to automatically send to Carbly VIN Scanner".

Extension Screenshots

screenshot

Download Carbly VIN Scanner Extension Extension CRX File

Download Carbly VIN Scanner Extension 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

                        For licensed auto dealers.  Carbly is a world-class vehicle appraisal tool - We have partnered with Black Book®, Manheim Market Report, Kelley Blue Book®, CARFAX™, AutoCheck, EDGE Pipeline, Galves and J.D. Power Values (formerly NADA Official Used Car Guide®) to bring you fast and accurate vehicle appraisals. Carbly has all the data that you need to avoid costly errors while maximizing profit on every transaction.

The Carbly Browser Extension allows you to see vehicle pricing and market data wherever you come across a VIN number in your browser.  Quickly see appraisal data, save vehicles, and much more.                    

Extension Basic Information

Name Carbly VIN Scanner Extension Carbly VIN Scanner Extension
ID hpodldbdjhamlalomidlimbfbaimofmh
Official URL https://chromewebstore.google.com/detail/carbly-vin-scanner-extens/hpodldbdjhamlalomidlimbfbaimofmh
Description Detect VIN numbers to automatically send to Carbly VIN Scanner
File Size 325 KB
Installation Count 922
Current Version 0.16.0
Last Updated 2023-09-13
Publish Date 2021-04-21
Rating 5.00/5 Total 2 Ratings
Developer Carbly
Email [email protected]
Payment Type free
Extension Website https://getcarbly.com
Help Page URL https://getcarbly.com/support/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Carbly VIN Scanner Extension",
    "version": "0.16.0",
    "description": "Detect VIN numbers to automatically send to Carbly VIN Scanner",
    "permissions": [
        "storage",
        "tabs"
    ],
    "action": {
        "default_title": "Carbly",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/carbly_16.png",
        "32": "icons\/carbly_32.png",
        "48": "icons\/carbly_48.png",
        "128": "icons\/carbly_128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "default-src 'self'; script-src 'self'"
    },
    "content_scripts": [
        {
            "js": [
                "parser.js"
            ],
            "world": "MAIN",
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/localhost\/*",
                "*:\/\/web.getcarbly.com\/*",
                "*:\/\/web-staging.getcarbly.com\/*",
                "*:\/\/uat.getcarbly.com\/*",
                "*:\/\/mail.google.com\/*"
            ]
        },
        {
            "js": [
                "content.js"
            ],
            "world": "ISOLATED",
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/localhost\/*",
                "*:\/\/web.getcarbly.com\/*",
                "*:\/\/web-staging.getcarbly.com\/*",
                "*:\/\/uat.getcarbly.com\/*",
                "*:\/\/mail.google.com\/*"
            ]
        }
    ]
}