SEO on SERPs

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

SEO on SERPs là gì?

SEO on SERPs là một tiện ích mở rộng Chrome được phát triển bởi https://www.josegris.es, và tính năng chính của nó là "Displays SEO information below each SERP result (number of words, headers, structured data, original title, description and more)".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SEO on SERPs

Tải xuống các tệp mở rộng SEO on SERPs dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SEO on SERPs SEO on SERPs
ID cidlfjpliekkfghlodnkfeikmalghfaj
URL Chính Thức https://chromewebstore.google.com/detail/seo-on-serps/cidlfjpliekkfghlodnkfeikmalghfaj
Mô tả Displays SEO information below each SERP result (number of words, headers, structured data, original title, description and more)
Kích Thước Tệp 89.21 KB
Số Lần Cài Đặt 1,324
Phiên Bản Hiện Tại 1.7.3
Cập Nhật Lần Cuối 2022-04-17
Ngày Phát Hành 2021-12-13
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://www.josegris.es
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.josegris.es/
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}