FastBook VIN Finder

FastBook VIN Finder Chrome Extension

Qu'est-ce que FastBook VIN Finder ?

FastBook VIN Finder est une extension Chrome développée par dealerslink, et sa fonction principale est "FastBook VIN Finder Chrome Extension".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension FastBook VIN Finder

Téléchargez les fichiers d'extension FastBook VIN Finder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom FastBook VIN Finder FastBook VIN Finder
ID lbpbapeokogbjghjgalgkijflcocbpkj
URL Officiel https://chromewebstore.google.com/detail/fastbook-vin-finder/lbpbapeokogbjghjgalgkijflcocbpkj
Description FastBook VIN Finder Chrome Extension
Taille du Fichier 53.21 KB
Nombre d'Installations 2,255
Version Actuelle 2.1.0
Dernière Mise à Jour 2022-10-24
Date de Publication 2020-06-12
Évaluation 5.00/5 Total 5 Évaluations
Développeur dealerslink
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}