Spark SEO by seoClarity

Every imaginable SEO Metric within a browser plugin. Keyword Rankings, Backlinks, On-Page Elements, Tech Audit & More

Spark SEO by seoClarity क्या है?

Spark SEO by seoClarity https://www.seoclarity.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Every imaginable SEO Metric within a browser plugin. Keyword Rankings, Backlinks, On-Page Elements, Tech Audit & More"।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Spark SEO by seoClarity एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        Get a wealth of SEO data at your fingertips with seoClarity's Spark SEO and Content Optimizer plugin. 

The Spark SEO Plugin is built to empower every user within your Enterprise - from content writers to merchandisers and from IT teams to designers - to help improve your site's search experience. 

Gives you easy access to the most critical data and insights. For any webpage, you can 

1) See the keywords it is ranking for
2) Check the key on-page SEO elements 
3) Identify technical issues on-the-fly 
4) Reveal backlinks 
5) Understand the key topic 
6) Check the Core Web Vitals
and more!

Years in development, this plugin is now freely available to anyone!

==================================================
NOTE: To prevent abuse , this plugin requires registration 
==================================================                    

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

नाम Spark SEO by seoClarity Spark SEO by seoClarity
ID lbdjpmmladpghbcpadpeaiiopkcejpnf
आधिकारिक URL https://chromewebstore.google.com/detail/spark-seo-by-seoclarity/lbdjpmmladpghbcpadpeaiiopkcejpnf
विवरण Every imaginable SEO Metric within a browser plugin. Keyword Rankings, Backlinks, On-Page Elements, Tech Audit & More
फ़ाइल का आकार 1019 KB
स्थापना संख्या 7,000
वर्तमान संस्करण 2.4.2
अंतिम अपडेट 2023-04-16
प्रकाशन तिथि 2019-10-07
रेटिंग 3.70/5 कुल 10 रेटिंग्स
डेवलपर https://www.seoclarity.net
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.seoclarity.net/spark-content-optimizer/
गोपनीयता नीति पृष्ठ URL http://www.seoclarity.net/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Spark SEO by seoClarity",
    "version": "2.4.2",
    "incognito": "split",
    "options_ui": {
        "page": "page\/options.htm",
        "open_in_tab": true
    },
    "description": "Every imaginable SEO Metric within a browser plugin. Keyword Rankings, Backlinks, On-Page Elements, Tech Audit & More",
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "asset\/js\/background.js"
    },
    "action": {
        "default_icon": "asset\/image\/16.png",
        "default_title": "Spark"
    },
    "icons": {
        "16": "asset\/image\/16.png",
        "48": "asset\/image\/48.png",
        "128": "asset\/image\/128.png"
    },
    "content_scripts": [
        {
            "js": [
                "asset\/js\/content.js"
            ],
            "css": [
                "asset\/css\/slider.css"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "asset\/js\/googleSearch.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "include_globs": [
                "*:\/\/www.google.*\/search?q=*"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "asset\/*\/*",
                "asset\/js\/*",
                "asset\/css\/slider.css",
                "asset\/img\/cancel.png",
                "asset\/img\/loader.gif",
                "page\/sidebar.html",
                "asset\/js\/sidebar.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "oauth2": {
        "client_id": "257133916280-7q1rkfrgnpbcq9j0951o9hdqrikfqlm1.apps.googleusercweb_accessible_resourcesontent.com",
        "scopes": [
            "email",
            "profile"
        ]
    },
    "manifest_version": 3
}