FastBook VIN Finder

FastBook VIN Finder Chrome Extension

Wat is FastBook VIN Finder?

FastBook VIN Finder is een Chrome-extensie ontwikkeld door dealerslink, en de belangrijkste functie is "FastBook VIN Finder Chrome Extension".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie FastBook VIN Finder

Download FastBook VIN Finder-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

                        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."                    

Basisinformatie over de Extensie

Naam FastBook VIN Finder FastBook VIN Finder
ID lbpbapeokogbjghjgalgkijflcocbpkj
Officiële URL https://chromewebstore.google.com/detail/fastbook-vin-finder/lbpbapeokogbjghjgalgkijflcocbpkj
Beschrijving FastBook VIN Finder Chrome Extension
Bestandsgrootte 53.21 KB
Aantal Installaties 2,255
Huidige Versie 2.1.0
Laatst Bijgewerkt 2022-10-24
Publicatiedatum 2020-06-12
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar dealerslink
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}