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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    }
}