BorrowerCheck Extensions
Extension for submit application to BorrowerCheck
BorrowerCheck Extensionsとは何ですか?
BorrowerCheck ExtensionsはPointPredictive Chrome Storeによって開発されたChromeの拡張機能で、その主な機能は「Extension for submit application to BorrowerCheck」です。
拡張機能のスクリーンショット
BorrowerCheck Extensions拡張機能のCRXファイルをダウンロード
BorrowerCheck Extensions拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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. 拡張機能の基本情報
| 名前 | |
| ID | bjokhdecjgacdccdbgdacelmjeeobaie |
| 公式URL | https://chromewebstore.google.com/detail/borrowercheck-extensions/bjokhdecjgacdccdbgdacelmjeeobaie |
| 説明 | Extension for submit application to BorrowerCheck |
| ファイルサイズ | 58.24 KB |
| インストール数 | 395 |
| 現在のバージョン | 3.6.2 |
| 最終更新日 | 2024-02-28 |
| 公開日 | 2023-06-13 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | PointPredictive Chrome Store |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://pointpredictive.com/ |
| プライバシーポリシーページのURL | https://pointpredictive.com/privacy-policy |
| 対応言語 | 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"
]
}
]
} | |