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.

Wat is Google Search Console Performance Report link?

Google Search Console Performance Report link is een Chrome-extensie ontwikkeld door Simon Gilhooly @ Discoverable, en de belangrijkste functie is "Takes the webpage you're looking at and opens the performance report in Google search console to the relevant page.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Google Search Console Performance Report link

Download Google Search Console Performance Report link-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Google Search Console Performance Report link Google Search Console Performance Report link
ID jdhacokdjcjbodppglifgmfeknahahgk
Officiële URL https://chromewebstore.google.com/detail/google-search-console-per/jdhacokdjcjbodppglifgmfeknahahgk
Beschrijving Takes the webpage you're looking at and opens the performance report in Google search console to the relevant page.
Bestandsgrootte 20.02 KB
Aantal Installaties 551
Huidige Versie 1.2.8
Laatst Bijgewerkt 2023-11-04
Publicatiedatum 2019-07-10
Beoordeling 4.60/5 Totaal 5 Beoordelingen
Ontwikkelaar Simon Gilhooly @ Discoverable
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.discoverable.co.uk/
Ondersteunde Talen 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
}