BorrowerCheck Extensions

Extension for submit application to BorrowerCheck

What is BorrowerCheck Extensions?

BorrowerCheck Extensions is a Chrome extension developed by PointPredictive Chrome Store, and its main feature is "Extension for submit application to BorrowerCheck".

Extension Screenshots

screenshot
screenshot

Download BorrowerCheck Extensions Extension CRX File

Download BorrowerCheck Extensions extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        BorrowerCheck enables auto dealers to recognize borrowers with income, employment, and identity-related risks that may result in a demand to buy back the loan from the lender or add friction to future loan applications.                    

Extension Basic Information

Name BorrowerCheck Extensions BorrowerCheck Extensions
ID bjokhdecjgacdccdbgdacelmjeeobaie
Official URL https://chromewebstore.google.com/detail/borrowercheck-extensions/bjokhdecjgacdccdbgdacelmjeeobaie
Description Extension for submit application to BorrowerCheck
File Size 58.24 KB
Installation Count 395
Current Version 3.6.2
Last Updated 2024-02-28
Publish Date 2023-06-13
Rating 5.00/5 Total 1 Ratings
Developer PointPredictive Chrome Store
Email [email protected]
Payment Type free
Extension Website https://pointpredictive.com/
Privacy Policy Page URL https://pointpredictive.com/privacy-policy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BorrowerCheck Extensions",
    "description": "Extension for submit application to BorrowerCheck",
    "version": "3.6.2",
    "manifest_version": 3,
    "action": {
        "default_popup": "bc.html",
        "default_icon": "bc_logo.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.promaxmobile.com\/application.php*",
                "*:\/\/ww2.dealertrack.com\/*",
                "*:\/\/testint.r1dev.com\/*",
                "*:\/\/www.routeone.net\/*",
                "*:\/\/dmsapp.dealercenter.net\/*",
                "*:\/\/app.dealercenter.net\/*",
                "*:\/\/securedealer.ally.com\/*",
                "*:\/\/fctoolkit.dealerconnection.com\/*"
            ],
            "all_frames": true,
            "js": [
                "content-script.js",
                "utils.js",
                "site-scraper-promax.js",
                "site-scraper-borrowercheck.js",
                "site-scraper-dealertrack.js",
                "site-scraper-routeone.js",
                "site-scraper-dealercenter.js",
                "site-scraper-dealercenter-bhph.js",
                "site-scraper-dealercenter-edit.js",
                "oow-modal.js",
                "render-helper.js"
            ]
        }
    ]
}