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是由https://www.josegris.es開發的Chrome擴展程式,該擴展的主要功能是“Displays SEO information below each SERP result (number of words, headers, structured data, original title, description and more)”。

擴展截圖

screenshot
screenshot
screenshot

下載SEO on SERPs擴展crx文件

下載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
官方網址 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"
    }
}