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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}