Google Search Console Date Selector

Easily compare periods in Google Search Console and generate the percentage changes.

什麼是Google Search Console Date Selector?

Google Search Console Date Selector是由https://thijsvanhal.nl開發的Chrome擴展程式,該擴展的主要功能是“Easily compare periods in Google Search Console and generate the percentage changes.”。

擴展截圖

screenshot

下載Google Search Console Date Selector擴展crx文件

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

擴展使用說明

                        With the Google Search Console Date Selector you can easily set the date in Google Search Console to the following 3 options:

- Last month
- Last month compared to the previous period
- Last month compared to previous year

It is also possible to easily compare to the previous period or year using your own start and end date.

Extra! After you compared you can click on 'Generate changes'. This generates percentage changes for all stats!

Simple but saves time :)                    

擴展基本資訊

名稱 Google Search Console Date Selector Google Search Console Date Selector
ID fkpkhpigkldfnnimijaaldpafcibaepk
官方網址 https://chromewebstore.google.com/detail/google-search-console-dat/fkpkhpigkldfnnimijaaldpafcibaepk
簡介 Easily compare periods in Google Search Console and generate the percentage changes.
檔案大小 128 KB
安裝次數 7,000
目前版本 1.6.2
更新時間 2023-10-25
上架時間 2023-05-09
評分 4.58/5 共 12 次評分
開發者 https://thijsvanhal.nl
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.thijsvanhal.nl/
說明頁面URL https://www.thijsvanhal.nl/contact/
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Search Console Date Selector",
    "version": "1.6.2",
    "description": "Easily compare periods in Google Search Console and generate the percentage changes.",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "favicon16.png",
            "32": "favicon32.png"
        }
    },
    "icons": {
        "16": "favicon16.png",
        "32": "favicon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}