SERP Snippet Extractor by getindexed.io

SERP Snippet Extractor extracts the organic search results from Google with just one click.

SERP Snippet Extractor by getindexed.io란 무엇입니까?

SERP Snippet Extractor by getindexed.io은(는) https://getindexed.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "SERP Snippet Extractor extracts the organic search results from Google with just one click."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

SERP Snippet Extractor by getindexed.io 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Are you looking for an easy way to extract the search results from Google? SERP Snippet Extractor is here to help! 

With just one click, you can extract all data points for each ranking page, from the displayed title and description, the usage of structured data (Rich Results) and the exact pixel position ("pixelrank") of each element and much more! Snippet optimization and search result analysis have never been easier!

Get the organic rankings for your search with these simple steps:
1. Perform your search on Google with your preferred User-Agent (to get Desktop or Mobile results)
2. Click on the plugin logo to extract the organic rankings
3. Paste the data into a spreadsheet

No matter if you want to analyze and optimize your SERP Snippet, or if you want to extract ranking data for Offpage SEO: SERP Snippet Extractor is speeding up this process!                    

확장 프로그램 기본 정보

이름 SERP Snippet Extractor by getindexed.io SERP Snippet Extractor by getindexed.io
ID gcigkdheghgmadikicbaahpgklohlikn
공식 URL https://chromewebstore.google.com/detail/serp-snippet-extractor-by/gcigkdheghgmadikicbaahpgklohlikn
설명 SERP Snippet Extractor extracts the organic search results from Google with just one click.
파일 크기 30.63 KB
설치 횟수 3,465
현재 버전 2.2
최근 업데이트 2023-09-21
출시 날짜 2021-08-29
평점 3.88/5 총 8 개의 평점
개발자 https://getindexed.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.getindexed.io/en/serp-snippet-extractor/
도움말 페이지 URL https://www.getindexed.io/en/serp-snippet-extractor/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "2.2",
    "background": {
        "service_worker": "bg-loader.js"
    },
    "action": {
        "default_icon": "icons\/logo.png",
        "default_title": "SERP Snippet Extractor by getindexed.io"
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "matches": [
                "*:\/\/*\/search*"
            ],
            "include_globs": [
                "*:\/\/*google.*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "SERP Snippet Extractor extracts the organic search results from Google with just one click.",
    "homepage_url": "https:\/\/www.getindexed.io\/en\/serp-snippet-extractor\/",
    "icons": {
        "48": "icons\/logo-48.png",
        "96": "icons\/logo-96.png"
    },
    "name": "SERP Snippet Extractor by getindexed.io",
    "permissions": [
        "notifications",
        "clipboardWrite"
    ]
}