SERP Snippet Extractor by getindexed.io

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

¿Qué es SERP Snippet Extractor by getindexed.io?

SERP Snippet Extractor by getindexed.io es una extensión de Chrome desarrollada por https://getindexed.io, y su función principal es "SERP Snippet Extractor extracts the organic search results from Google with just one click.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión SERP Snippet Extractor by getindexed.io

Descarga archivos de extensión SERP Snippet Extractor by getindexed.io en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre SERP Snippet Extractor by getindexed.io SERP Snippet Extractor by getindexed.io
ID gcigkdheghgmadikicbaahpgklohlikn
URL Oficial https://chromewebstore.google.com/detail/serp-snippet-extractor-by/gcigkdheghgmadikicbaahpgklohlikn
Descripción SERP Snippet Extractor extracts the organic search results from Google with just one click.
Tamaño del Archivo 30.63 KB
Cantidad de Instalaciones 3,465
Versión Actual 2.2
Última Actualización 2023-09-21
Fecha de Publicación 2021-08-29
Calificación 3.88/5 Total de 8 Calificaciones
Desarrollador https://getindexed.io
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.getindexed.io/en/serp-snippet-extractor/
URL de la Página de Ayuda https://www.getindexed.io/en/serp-snippet-extractor/
Idiomas Soportados 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"
    ]
}