SEO on SERPs

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

Что такое SEO on SERPs?

SEO on SERPs - это расширение Chrome, разработанное https://www.josegris.es, и его основная функция - "Displays SEO information below each SERP result (number of words, headers, structured data, original title, description and more)".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения SEO on SERPs

Скачайте файлы расширений SEO on SERPs в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название SEO on SERPs SEO on SERPs
ID cidlfjpliekkfghlodnkfeikmalghfaj
Официальный URL https://chromewebstore.google.com/detail/seo-on-serps/cidlfjpliekkfghlodnkfeikmalghfaj
Описание Displays SEO information below each SERP result (number of words, headers, structured data, original title, description and more)
Размер файла 89.21 KB
Количество установок 1,324
Текущая Версия 1.7.3
Последнее Обновление 2022-04-17
Дата публикации 2021-12-13
Рейтинг 5.00/5 Всего 6 оценок
Разработчик https://www.josegris.es
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.josegris.es/
Поддерживаемые языки 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"
    }
}