Carbly VIN Scanner Extension

Detect VIN numbers to automatically send to Carbly VIN Scanner

什么是Carbly VIN Scanner Extension?

Carbly VIN Scanner Extension是由Carbly开发的Chrome扩展程序,该扩展的主要功能是“Detect VIN numbers to automatically send to Carbly VIN Scanner”。

扩展截图

screenshot

下载Carbly VIN Scanner Extension扩展crx文件

下载Carbly VIN Scanner Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Carbly VIN Scanner Extension Carbly VIN Scanner Extension
ID hpodldbdjhamlalomidlimbfbaimofmh
官方URL https://chromewebstore.google.com/detail/carbly-vin-scanner-extens/hpodldbdjhamlalomidlimbfbaimofmh
简介 Detect VIN numbers to automatically send to Carbly VIN Scanner
文件大小 325 KB
安装次数 922
当前版本 0.16.0
更新时间 2023-09-13
上架时间 2021-04-21
评分 5.00/5 共2次评分
开发者 Carbly
电子邮箱 [email protected]
付费类型 free
扩展官网 https://getcarbly.com
帮助页面URL https://getcarbly.com/support/
支持的语言 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\/*"
            ]
        }
    ]
}