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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Every imaginable SEO Metric within a browser plugin. Keyword Rankings, Backlinks, On-Page Elements, Tech Audit & More"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Spark SEO by seoClarity 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
}