Keysearch Keyword Difficulty Checker

Check keyword difficulty right from your browser! Just put in your Keysearch API key and you can check the SEO keyword difficulty…

Keysearch Keyword Difficulty Checker란 무엇입니까?

Keysearch Keyword Difficulty Checker은(는) https://www.keysearch.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Check keyword difficulty right from your browser! Just put in your Keysearch API key and you can check the SEO keyword difficulty…"입니다.

확장 프로그램 스크린샷

screenshot

Keysearch Keyword Difficulty Checker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Check keyword difficulty right from your browser! Just put in your Keysearch API key and you can check the SEO keyword difficulty of any keyword.                    

확장 프로그램 기본 정보

이름 Keysearch Keyword Difficulty Checker Keysearch Keyword Difficulty Checker
ID ddfgjnanmjigjclllpnfmhmjlihmlobf
공식 URL https://chromewebstore.google.com/detail/keysearch-keyword-difficu/ddfgjnanmjigjclllpnfmhmjlihmlobf
설명 Check keyword difficulty right from your browser! Just put in your Keysearch API key and you can check the SEO keyword difficulty…
파일 크기 140 KB
설치 횟수 3,871
현재 버전 1.4
최근 업데이트 2022-01-04
출시 날짜 2019-06-30
평점 3.44/5 총 16 개의 평점
개발자 https://www.keysearch.co
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.keysearch.co
개인정보 보호 정책 페이지 URL https://www.keysearch.co/application/index/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhyD44EXrvGpLySo6qgZI7Q7IIZ746huZRiMSKfPj\/3RhOXNurUGsdau2WRP8B2+OudKvgrG667SxoytHVq00xUg+HvV822j9HUYuzoZuKvJiUBC4ZsjW\/M0LrdHP3pbL7k2HJSmN\/Bv+NgTitjZL816MU3dmH1YHGny5RQEbGV+pME2mQFSyD9QV9Tb\/dAdKxNMs58smzup4aD6X\/eMNfhildKwWUKENBFLNezL5dfgnP2WKQcPCis7wZwGJXHpLLSK7p6IGUJZszGTb8JxNAbioekeGKeAdRzbG4gEE4igpdeMsWhmqICahnfPpPhjmGzz7pXZp1XR4iKFxssxPMwIDAQAB",
    "manifest_version": 2,
    "name": "Keysearch Keyword Difficulty Checker",
    "offline_enabled": true,
    "permissions": [
        "storage",
        "tabs",
        "unlimitedStorage"
    ],
    "version": "1.4"
}