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…

Apa itu Keysearch Keyword Difficulty Checker?

Keysearch Keyword Difficulty Checker adalah ekstensi Chrome yang dikembangkan oleh https://www.keysearch.co, dan fitur utamanya adalah "Check keyword difficulty right from your browser! Just put in your Keysearch API key and you can check the SEO keyword difficulty…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Keysearch Keyword Difficulty Checker

Unduh file ekstensi Keysearch Keyword Difficulty Checker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Keysearch Keyword Difficulty Checker Keysearch Keyword Difficulty Checker
ID ddfgjnanmjigjclllpnfmhmjlihmlobf
URL Resmi https://chromewebstore.google.com/detail/keysearch-keyword-difficu/ddfgjnanmjigjclllpnfmhmjlihmlobf
Deskripsi Check keyword difficulty right from your browser! Just put in your Keysearch API key and you can check the SEO keyword difficulty…
Ukuran File 140 KB
Jumlah Instalasi 3,871
Versi Saat Ini 1.4
Terakhir Diperbarui 2022-01-04
Tanggal Publikasi 2019-06-30
Penilaian 3.44/5 Total 16 Penilaian
Pengembang https://www.keysearch.co
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.keysearch.co
URL Halaman Kebijakan Privasi https://www.keysearch.co/application/index/privacy
Bahasa yang Didukung 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"
}