SEO on SERPs

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

Co to jest SEO on SERPs?

SEO on SERPs to rozszerzenie Chrome opracowane przez https://www.josegris.es, a jego główną funkcją jest „Displays SEO information below each SERP result (number of words, headers, structured data, original title, description and more)”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia SEO on SERPs

Pobierz pliki rozszerzeń SEO on SERPs w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa SEO on SERPs SEO on SERPs
ID cidlfjpliekkfghlodnkfeikmalghfaj
Oficjalny URL https://chromewebstore.google.com/detail/seo-on-serps/cidlfjpliekkfghlodnkfeikmalghfaj
Opis Displays SEO information below each SERP result (number of words, headers, structured data, original title, description and more)
Rozmiar pliku 89.21 KB
Liczba instalacji 1,324
Aktualna Wersja 1.7.3
Ostatnia Aktualizacja 2022-04-17
Data Publikacji 2021-12-13
Ocena 5.00/5 Łącznie 6 Oceny
Deweloper https://www.josegris.es
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.josegris.es/
Obsługiwane Języki 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"
    }
}