Credit Bracket
Free Credit Report, Credit Score Range & Credit Targeted Search Tab
Co to jest Credit Bracket?
Credit Bracket to rozszerzenie Chrome opracowane przez https://creditbracket.com, a jego główną funkcją jest „Free Credit Report, Credit Score Range & Credit Targeted Search Tab”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Credit Bracket
Pobierz pliki rozszerzeń Credit Bracket w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Credit Bracket |
ID | ghkkenepdhmbnphekgoccdbmgknkljeb |
Oficjalny URL | https://chromewebstore.google.com/detail/credit-bracket/ghkkenepdhmbnphekgoccdbmgknkljeb |
Opis | Free Credit Report, Credit Score Range & Credit Targeted Search Tab |
Rozmiar pliku | 144 KB |
Liczba instalacji | 800 |
Aktualna Wersja | 2.8.0.0 |
Ostatnia Aktualizacja | 2021-08-10 |
Data Publikacji | 2020-06-22 |
Ocena | 5.00/5 Łącznie 4 Oceny |
Deweloper | https://creditbracket.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://creditbracket.com/ |
Adres URL Strony Pomocy | https://creditbracket.com/ |
Adres URL Strony Polityki Prywatności | https://creditbracket.com/privacy |
Obsługiwane Języki | 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" } |