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"
    }
}