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