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.

Co to jest Google Search Console Performance Report link?

Google Search Console Performance Report link to rozszerzenie Chrome opracowane przez Simon Gilhooly @ Discoverable, a jego główną funkcją jest „Takes the webpage you're looking at and opens the performance report in Google search console to the relevant page.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Google Search Console Performance Report link

Pobierz pliki rozszerzeń Google Search Console Performance Report link w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Google Search Console Performance Report link Google Search Console Performance Report link
ID jdhacokdjcjbodppglifgmfeknahahgk
Oficjalny URL https://chromewebstore.google.com/detail/google-search-console-per/jdhacokdjcjbodppglifgmfeknahahgk
Opis Takes the webpage you're looking at and opens the performance report in Google search console to the relevant page.
Rozmiar pliku 20.02 KB
Liczba instalacji 551
Aktualna Wersja 1.2.8
Ostatnia Aktualizacja 2023-11-04
Data Publikacji 2019-07-10
Ocena 4.60/5 Łącznie 5 Oceny
Deweloper Simon Gilhooly @ Discoverable
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.discoverable.co.uk/
Obsługiwane Języki 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
}