FastBook VIN Finder

FastBook VIN Finder Chrome Extension

FastBook VIN Finder क्या है?

FastBook VIN Finder dealerslink द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "FastBook VIN Finder Chrome Extension"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        10/21/22 Release Notes V 2.1.0 - Updated to Manifest v3

8/29/22 Release Notes: V 2.0.12 - Mileage support for Dealerslink approved pages.

7/15/21 Release Notes: V 2.0.11 - Support for Dealerslink Auction Search

6/16/21 Release Notes: V 2.0.10 - Fix UI blemish on manheim.com/members website

3/12/21 Release Notes: V 2.0.9 - Support for Smart Auction (Legacy). Support for right-click booking in side panel.

2/23/21 Release Notes: V 2.0.8 - Support for Smart Auction

1/11/21 Release Notes: V 2.0.7 - Support for TradeRev

11/17/20 Release Notes: V 2.0.6 - Support for DealersLink OEM Spec Sheets

8/17/20 Release Notes: V 2.0.5 - Support for Manheim

8/14/20 Release Notes: V 2.0.4 - Support for Auction Run Lists

6/12/20 Release Notes: V 2.0.3 - Added support for EdgePipeline, EBlock and ACV Auctions

3/11/20 Release Notes: V 1.2.5 - UI updates and bug fixes.

1/15/20 Release Notes: V 1.2.4 - This update addresses a performance issue.

12/3/19 Release Notes: V 1.2.3 - Minor update to add support for CarGurus website.

11/7/19 Release Notes: V 1.2.2 - Minor update to prevent session conflicts.

5/28/19 Release Notes: V 1.2.1 - Minor update to improve development / debugging process.

5/22/19 Release Notes: V 1.2.0 - Added the currently logged in user in booking panel header.

4/29/19 Release Notes: V 1.1.0 - Added booking options menu when hovering over FastBook icon (Copy VIN, New Tab, Book It). Clicking VIN text opens booking side panel. Double clicking VIN text simply selects VIN to make it easier to copy the VIN. UX improvements to prevent side panel from overlapping website content.

4/22/19 Release Notes: V 1.0.0 - Added quick booking side panel for added convenience.

-------------------------------------------- 

Dealerslink's FastBook VIN Finder Chrome extension is the latest advancement in our suite of dealership booking tools to help dealers be more efficient when researching vehicle values. 

With the extension, users will be able to quickly identify VINs on screen and push the VIN to FastBook with the click of a button. This allows the tool to be useful in multiple online Dealer environments including any online auction site and OEM lease return sites. 

Lastly, the tool will allow sales people and appraisers to push VINs in any web based CRM or DMS while in viewing in Chrome. 

Performance Manager, Matt Childers said, “This is a huge step forward in efficiency of the store and could eliminate the need for additional auction tools that dealers have traditional spent thousands of dollars on in the past."                    

एक्सटेंशन की मूल जानकारी

नाम FastBook VIN Finder FastBook VIN Finder
ID lbpbapeokogbjghjgalgkijflcocbpkj
आधिकारिक URL https://chromewebstore.google.com/detail/fastbook-vin-finder/lbpbapeokogbjghjgalgkijflcocbpkj
विवरण FastBook VIN Finder Chrome Extension
फ़ाइल का आकार 53.21 KB
स्थापना संख्या 2,255
वर्तमान संस्करण 2.1.0
अंतिम अपडेट 2022-10-24
प्रकाशन तिथि 2020-06-12
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर dealerslink
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FastBook VIN Finder",
    "version": "2.1.0",
    "description": "FastBook VIN Finder Chrome Extension",
    "manifest_version": 3,
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/third-party\/jquery\/3.3.1\/jquery-3.3.1.min.js",
                "js\/content_script.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "html\/frame.html"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ],
    "icons": {
        "16": "img\/icon-16x16.png",
        "48": "img\/icon-48x48.png",
        "128": "img\/icon-128x128.png"
    }
}