Credit Bracket

Free Credit Report, Credit Score Range & Credit Targeted Search Tab

Credit Bracket란 무엇입니까?

Credit Bracket은(는) https://creditbracket.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Free Credit Report, Credit Score Range & Credit Targeted Search Tab"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Credit Bracket 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Credit Bracket Credit Bracket
ID ghkkenepdhmbnphekgoccdbmgknkljeb
공식 URL https://chromewebstore.google.com/detail/credit-bracket/ghkkenepdhmbnphekgoccdbmgknkljeb
설명 Free Credit Report, Credit Score Range & Credit Targeted Search Tab
파일 크기 144 KB
설치 횟수 800
현재 버전 2.8.0.0
최근 업데이트 2021-08-10
출시 날짜 2020-06-22
평점 5.00/5 총 4 개의 평점
개발자 https://creditbracket.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://creditbracket.com/
도움말 페이지 URL https://creditbracket.com/
개인정보 보호 정책 페이지 URL https://creditbracket.com/privacy
지원되는 언어 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"
}