Credit Bracket
Free Credit Report, Credit Score Range & Credit Targeted Search Tab
What is Credit Bracket?
Credit Bracket is a Chrome extension developed by https://creditbracket.com, and its main feature is "Free Credit Report, Credit Score Range & Credit Targeted Search Tab".
Extension Screenshots
Download Credit Bracket Extension CRX File
Download Credit Bracket 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
Free monthly access to your credit report. Stop wasting time with credit related products you don't qualify for. In addition to Free-Access to your Credit Report, the CreditBracket browser extension gives you a dedicated browser tab, where your search results are seamlessly customized to your credit-worthiness. All of this combines to give you a much easier time finding credit related products that are a perfect fit for you. Terms of Use: https://creditbracket.com/terms Privacy Policy : https://creditbracket.com/privacy
Extension Basic Information
Name | Credit Bracket |
ID | ghkkenepdhmbnphekgoccdbmgknkljeb |
Official URL | https://chromewebstore.google.com/detail/credit-bracket/ghkkenepdhmbnphekgoccdbmgknkljeb |
Description | Free Credit Report, Credit Score Range & Credit Targeted Search Tab |
File Size | 144 KB |
Installation Count | 800 |
Current Version | 2.8.0.0 |
Last Updated | 2021-08-10 |
Publish Date | 2020-06-22 |
Rating | 5.00/5 Total 4 Ratings |
Developer | https://creditbracket.com |
[email protected] | |
Payment Type | free |
Extension Website | https://creditbracket.com/ |
Help Page URL | https://creditbracket.com/ |
Privacy Policy Page URL | https://creditbracket.com/privacy |
Supported Languages | en |
manifest.json | |
{ "manifest_version": 2, "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "version": "2.8.0.0", "background": { "scripts": [ "js\/utility.js", "js\/tracker.js", "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/*.search.yahoo.com\/yhs\/search*hsimp=yhs-creditbracket*hspart=epcvip*", "https:\/\/*.search.yahoo.com\/yhs\/search*hspart=epcvip*hsimp=yhs-creditbracket*" ], "run_at": "document_end", "js": [ "js\/yahooSERP.js" ] } ], "icons": { "16": "img\/cb_icon_16x16.png", "32": "img\/cb_icon_32x32.png", "48": "img\/cb_icon_48x48.png", "128": "img\/cb_icon_128x128.png", "180": "img\/cb_icon_180x180.png" }, "browser_action": { "default_icon": { "16": "img\/cb_icon_16x16.png", "32": "img\/cb_icon_32x32.png", "48": "img\/cb_icon_48x48.png", "128": "img\/cb_icon_128x128.png", "180": "img\/cb_icon_180x180.png" }, "default_title": "Get your credit report & vantage score", "default_popup": "\/html\/popup.html" }, "default_locale": "en", "chrome_settings_overrides": { "search_provider": { "encoding": "UTF-8", "favicon_url": "https:\/\/creditbracket.com\/favicon-32x32.png", "is_default": true, "keyword": "cb", "name": "__MSG_extensionName__", "search_url": "https:\/\/search.creditbracket.com\/search\/?q={searchTerms}", "suggest_url": "https:\/\/suggestions.creditbracket.com\/search_suggestion?exv=2.7.0.0&search={searchTerms}" } }, "permissions": [ "storage", "https:\/\/*.creditbracket.com\/" ], "minimum_chrome_version": "56", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |