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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Check keyword difficulty right from your browser! Just put in your Keysearch API key and you can check the SEO keyword difficulty…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Keysearch Keyword Difficulty Checker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}