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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Joe Hennessey และคุณลักษณะหลักของมันคือ "Easily compare against the previous period or year of any date range in Google Search Console, just like you can in Analytics."

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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Easy Custom Comparison

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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\/*"
            ]
        }
    ]
}