SERP Snippet Extractor by getindexed.io

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

Cos'è SERP Snippet Extractor by getindexed.io?

SERP Snippet Extractor by getindexed.io è un'estensione di Chrome sviluppata da https://getindexed.io, e la sua funzione principale è "SERP Snippet Extractor extracts the organic search results from Google with just one click.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione SERP Snippet Extractor by getindexed.io

Scarica i file di estensione SERP Snippet Extractor by getindexed.io in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome SERP Snippet Extractor by getindexed.io SERP Snippet Extractor by getindexed.io
ID gcigkdheghgmadikicbaahpgklohlikn
URL Ufficiale https://chromewebstore.google.com/detail/serp-snippet-extractor-by/gcigkdheghgmadikicbaahpgklohlikn
Descrizione SERP Snippet Extractor extracts the organic search results from Google with just one click.
Dimensione del File 30.63 KB
Conteggio Installazioni 3,465
Versione Corrente 2.2
Ultimo Aggiornamento 2023-09-21
Data di Pubblicazione 2021-08-29
Valutazione 3.88/5 Totale 8 Valutazioni
Sviluppatore https://getindexed.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.getindexed.io/en/serp-snippet-extractor/
URL della Pagina di Aiuto https://www.getindexed.io/en/serp-snippet-extractor/
Lingue Supportate 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"
    ]
}