Easy Custom Comparison

Easily compare against the previous period or year of any date range in Google Search Console, just like you can in Analytics.

什麼是Easy Custom Comparison?

Easy Custom Comparison是由Joe Hennessey開發的Chrome擴展程式,該擴展的主要功能是“Easily compare against the previous period or year of any date range in Google Search Console, just like you can in Analytics.”。

擴展截圖

下載Easy Custom Comparison擴展crx文件

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

擴展使用說明

                        A lightweight Chrome extension that enhances the performance report within Google Search Console. This extension is just 7KB, and is active only when you’re using Google Search Console. It doesn’t collect any data. 

Updated 14/02/2024 to adapt to design changes by Google.
https://twitter.com/googlesearchc/status/1758033436822892551                    

擴展基本資訊

名稱 Easy Custom Comparison Easy Custom Comparison
ID fpnabffnjimmoanipojphdnahejflbeg
官方網址 https://chromewebstore.google.com/detail/easy-custom-comparison/fpnabffnjimmoanipojphdnahejflbeg
簡介 Easily compare against the previous period or year of any date range in Google Search Console, just like you can in Analytics.
檔案大小 7.8 KB
安裝次數 1,610
目前版本 1.0.1
更新時間 2024-02-15
上架時間 2020-01-26
評分 5.00/5 共 8 次評分
開發者 Joe Hennessey
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Easy Custom Comparison",
    "version": "1.0.1",
    "description": "Easily compare against the previous period or year of any date range in Google Search Console, just like you can in Analytics.",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/search.google.com\/*"
            ]
        }
    ]
}