Google Search Console SEO Enhancer

This extension modifies the outlook of the Difference column in the Compare mode of the performance table in Google Search Console.

什麼是Google Search Console SEO Enhancer?

Google Search Console SEO Enhancer是由Jan Guardian開發的Chrome擴展程式,該擴展的主要功能是“This extension modifies the outlook of the Difference column in the Compare mode of the performance table in Google Search Console.”。

擴展截圖

screenshot

下載Google Search Console SEO Enhancer擴展crx文件

下載Google Search Console SEO Enhancer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension modifies the outlook of the Difference column in the Compare mode of the Position data set in the Performance tab in Google Search Console to make it easier for SEO specialists to read, understand, and analyze the report.                    

擴展基本資訊

名稱 Google Search Console SEO Enhancer Google Search Console SEO Enhancer
ID jgcegcgnjjdcgkgnoknlgmeppkolnpnn
官方網址 https://chromewebstore.google.com/detail/google-search-console-seo/jgcegcgnjjdcgkgnoknlgmeppkolnpnn
簡介 This extension modifies the outlook of the Difference column in the Compare mode of the performance table in Google Search Console.
檔案大小 36.22 KB
安裝次數 41
目前版本 0.0.0.1
更新時間 2020-11-18
上架時間 2020-11-17
評分 1.00/5 共 1 次評分
開發者 Jan Guardian
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Search Console SEO Enhancer",
    "version": "0.0.0.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "description": "This extension modifies the outlook of the Difference column in the Compare mode of the performance table in Google Search Console.",
    "manifest_version": 2,
    "content_scripts": [
        {
            "js": [
                "jquery-3.5.1.min.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/search.google.com\/u\/*\/search-console\/*"
            ]
        }
    ]
}