SERP Snippet Extractor by getindexed.io

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

Was ist SERP Snippet Extractor by getindexed.io?

SERP Snippet Extractor by getindexed.io ist eine Chrome-Erweiterung, die von https://getindexed.io entwickelt wurde, und ihr Hauptmerkmal ist "SERP Snippet Extractor extracts the organic search results from Google with just one click.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

SERP Snippet Extractor by getindexed.io-Erweiterungs-CRX-Datei herunterladen

Laden Sie SERP Snippet Extractor by getindexed.io-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name SERP Snippet Extractor by getindexed.io SERP Snippet Extractor by getindexed.io
ID gcigkdheghgmadikicbaahpgklohlikn
Offizielle URL https://chromewebstore.google.com/detail/serp-snippet-extractor-by/gcigkdheghgmadikicbaahpgklohlikn
Beschreibung SERP Snippet Extractor extracts the organic search results from Google with just one click.
Dateigröße 30.63 KB
Installationsanzahl 3,465
Aktuelle Version 2.2
Letztes Update 2023-09-21
Veröffentlichungsdatum 2021-08-29
Bewertung 3.88/5 Insgesamt 8 Bewertungen
Entwickler https://getindexed.io
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.getindexed.io/en/serp-snippet-extractor/
Hilfeseite URL https://www.getindexed.io/en/serp-snippet-extractor/
Unterstützte Sprachen 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"
    ]
}