Carbly VIN Scanner Extension

Detect VIN numbers to automatically send to Carbly VIN Scanner

Wat is Carbly VIN Scanner Extension?

Carbly VIN Scanner Extension is een Chrome-extensie ontwikkeld door Carbly, en de belangrijkste functie is "Detect VIN numbers to automatically send to Carbly VIN Scanner".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Carbly VIN Scanner Extension

Download Carbly VIN Scanner Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Carbly VIN Scanner Extension Carbly VIN Scanner Extension
ID hpodldbdjhamlalomidlimbfbaimofmh
Officiële URL https://chromewebstore.google.com/detail/carbly-vin-scanner-extens/hpodldbdjhamlalomidlimbfbaimofmh
Beschrijving Detect VIN numbers to automatically send to Carbly VIN Scanner
Bestandsgrootte 325 KB
Aantal Installaties 922
Huidige Versie 0.16.0
Laatst Bijgewerkt 2023-09-13
Publicatiedatum 2021-04-21
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Carbly
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://getcarbly.com
Help Pagina-URL https://getcarbly.com/support/
Ondersteunde Talen 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\/*"
            ]
        }
    ]
}