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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://thijsvanhal.nl และคุณลักษณะหลักของมันคือ "Easily compare periods in Google Search Console and generate the percentage changes."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Search Console Date Selector

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
    }
}