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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily compare against the previous period or year of any date range in Google Search Console, just like you can in Analytics."।

एक्सटेंशन स्क्रीनशॉट्स

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Easy Custom Comparison एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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\/*"
            ]
        }
    ]
}