SEO on SERPs

Displays SEO information below each SERP result (number of words, headers, structured data, original title, description and more)

Cos'è SEO on SERPs?

SEO on SERPs è un'estensione di Chrome sviluppata da https://www.josegris.es, e la sua funzione principale è "Displays SEO information below each SERP result (number of words, headers, structured data, original title, description and more)".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione SEO on SERPs

Scarica i file di estensione SEO on SERPs 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

                        SEO on SERPs does something simple but powerful, displays SEO information in google below each SERP result:

- Number of words
- Headers
- Structured data
- Original title and description
- And more...

An extension to understand your keywords and their search intent by analyzing your competitors headings in the SERP itself..

Regards from Mallorca 😎
Jose Gris                    

Informazioni di Base sull'Estensione

Nome SEO on SERPs SEO on SERPs
ID cidlfjpliekkfghlodnkfeikmalghfaj
URL Ufficiale https://chromewebstore.google.com/detail/seo-on-serps/cidlfjpliekkfghlodnkfeikmalghfaj
Descrizione Displays SEO information below each SERP result (number of words, headers, structured data, original title, description and more)
Dimensione del File 89.21 KB
Conteggio Installazioni 1,324
Versione Corrente 1.7.3
Ultimo Aggiornamento 2022-04-17
Data di Pubblicazione 2021-12-13
Valutazione 5.00/5 Totale 6 Valutazioni
Sviluppatore https://www.josegris.es
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.josegris.es/
Lingue Supportate en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appTitle__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.7.3",
    "author": "@JoseGrisSEO",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.6.0.min.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon48.png",
        "default_popup": "popup.html"
    }
}