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