FastBook VIN Finder

FastBook VIN Finder Chrome Extension

什么是FastBook VIN Finder?

FastBook VIN Finder是由dealerslink开发的Chrome扩展程序,该扩展的主要功能是“FastBook VIN Finder Chrome Extension”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载FastBook VIN Finder扩展crx文件

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

扩展使用说明

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