SEO on SERPs

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

Was ist SEO on SERPs?

SEO on SERPs ist eine Chrome-Erweiterung, die von https://www.josegris.es entwickelt wurde, und ihr Hauptmerkmal ist "Displays SEO information below each SERP result (number of words, headers, structured data, original title, description and more)".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

SEO on SERPs-Erweiterungs-CRX-Datei herunterladen

Laden Sie SEO on SERPs-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

                        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                    

Grundlegende Informationen zur Erweiterung

Name SEO on SERPs SEO on SERPs
ID cidlfjpliekkfghlodnkfeikmalghfaj
Offizielle URL https://chromewebstore.google.com/detail/seo-on-serps/cidlfjpliekkfghlodnkfeikmalghfaj
Beschreibung Displays SEO information below each SERP result (number of words, headers, structured data, original title, description and more)
Dateigröße 89.21 KB
Installationsanzahl 1,324
Aktuelle Version 1.7.3
Letztes Update 2022-04-17
Veröffentlichungsdatum 2021-12-13
Bewertung 5.00/5 Insgesamt 6 Bewertungen
Entwickler https://www.josegris.es
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.josegris.es/
Unterstützte Sprachen 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"
    }
}