Google SERP Checker Tool & serp stat API

Free SEO tools to check SERP (Search Engine Result Page) in Google with CSV exprot. Analyse SEO keyword and web ranking easily.

Google SERP Checker Tool & serp stat API क्या है?

Google SERP Checker Tool & serp stat API ASOTools द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Free SEO tools to check SERP (Search Engine Result Page) in Google with CSV exprot. Analyse SEO keyword and web ranking easily."।

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

screenshot
screenshot

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

crx प्रारूप में Google SERP Checker Tool & serp stat API एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This free extension help you to extract Google results against any keywords and export in CSV. 
☆ Head to any SERP and get SERP stat with just a click, useful for SEO.
☆ Not only the search results but also categorised them according to different categories, Organic, Ads, People also ask.  Help to analyse your own rankings in Google or competition analysis.
☆ We provide SERP API services, it will coming soon, leave some reviews let me know what you need.

Features:
● Full list of results with google ranking in SERP, URL, title and result categories
● Works with all search types
● Export in CSV format
● Search keyword for record query

How to ues the extension?
● Install this extension and go to google search any keywords
● Click the extension and it will extract the SERP data automatically
● You can export to CSV
● Tips: you can  extract 100 Results by adding &num=100 in the Google Searched URL

How does the SERP Checker Tool work?
● This extension is browser based only and it does not read or store any of your data remotely.                    

एक्सटेंशन की मूल जानकारी

नाम Google SERP Checker Tool & serp stat API Google SERP Checker Tool & serp stat API
ID hkhnhgapjjpokcicdcgfdjphlempmkje
आधिकारिक URL https://chromewebstore.google.com/detail/google-serp-checker-tool/hkhnhgapjjpokcicdcgfdjphlempmkje
विवरण Free SEO tools to check SERP (Search Engine Result Page) in Google with CSV exprot. Analyse SEO keyword and web ranking easily.
फ़ाइल का आकार 78.97 KB
स्थापना संख्या 646
वर्तमान संस्करण 0.0.0.1
अंतिम अपडेट 2022-12-18
प्रकाशन तिथि 2022-12-17
डेवलपर ASOTools
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://aranking.io/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "name": "Google SERP Checker Tool & serp stat API",
    "description": "Free SEO tools to check SERP (Search Engine Result Page) in Google with CSV exprot. Analyse SEO keyword and web ranking easily.",
    "homepage_url": "https:\/\/aranking.io\/",
    "action": {
        "default_title": "Drink Water Event",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "version": "0.0.0.1",
    "manifest_version": 3,
    "content_scripts": [
        {
            "js": [
                "\/assets\/js\/jquery.min.js",
                "\/assets\/js\/content-script.js"
            ],
            "matches": [
                "https:\/\/www.google.com\/*"
            ],
            "run_at": "document_end"
        }
    ]
}