Google Search Console Performance Report link

Takes the webpage you're looking at and opens the performance report in Google search console to the relevant page.

Что такое Google Search Console Performance Report link?

Google Search Console Performance Report link - это расширение Chrome, разработанное Simon Gilhooly @ Discoverable, и его основная функция - "Takes the webpage you're looking at and opens the performance report in Google search console to the relevant page.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Google Search Console Performance Report link

Скачайте файлы расширений Google Search Console Performance Report link в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        The Google Search Console hot link by Discoverable takes the webpage in your browser tab and deep links through to the page performance section of Google Search Console. Very simple stuff but highly satisfying. A great productivity tool for the SEO community.                    

Основная информация о расширении

Название Google Search Console Performance Report link Google Search Console Performance Report link
ID jdhacokdjcjbodppglifgmfeknahahgk
Официальный URL https://chromewebstore.google.com/detail/google-search-console-per/jdhacokdjcjbodppglifgmfeknahahgk
Описание Takes the webpage you're looking at and opens the performance report in Google search console to the relevant page.
Размер файла 20.02 KB
Количество установок 551
Текущая Версия 1.2.8
Последнее Обновление 2023-11-04
Дата публикации 2019-07-10
Рейтинг 4.60/5 Всего 5 оценок
Разработчик Simon Gilhooly @ Discoverable
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.discoverable.co.uk/
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Search Console Performance Report link",
    "description": "Takes the webpage you're looking at and opens the performance report in Google search console to the relevant page.",
    "version": "1.2.8",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "activeTab"
    ],
    "action": {
        "default_title": "GSC: URL Performance Report Deeplink",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 3
}