Carbly VIN Scanner Extension

Detect VIN numbers to automatically send to Carbly VIN Scanner

Carbly VIN Scanner Extension क्या है?

Carbly VIN Scanner Extension Carbly द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Detect VIN numbers to automatically send to Carbly VIN Scanner"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Carbly VIN Scanner Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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\/*"
            ]
        }
    ]
}