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.
Was ist Google Search Console Performance Report link?
Google Search Console Performance Report link ist eine Chrome-Erweiterung, die von Simon Gilhooly @ Discoverable entwickelt wurde, und ihr Hauptmerkmal ist "Takes the webpage you're looking at and opens the performance report in Google search console to the relevant page.".
Erweiterungsscreenshots
Google Search Console Performance Report link-Erweiterungs-CRX-Datei herunterladen
Laden Sie Google Search Console Performance Report link-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Google Search Console Performance Report link |
ID | jdhacokdjcjbodppglifgmfeknahahgk |
Offizielle URL | https://chromewebstore.google.com/detail/google-search-console-per/jdhacokdjcjbodppglifgmfeknahahgk |
Beschreibung | Takes the webpage you're looking at and opens the performance report in Google search console to the relevant page. |
Dateigröße | 20.02 KB |
Installationsanzahl | 551 |
Aktuelle Version | 1.2.8 |
Letztes Update | 2023-11-04 |
Veröffentlichungsdatum | 2019-07-10 |
Bewertung | 4.60/5 Insgesamt 5 Bewertungen |
Entwickler | Simon Gilhooly @ Discoverable |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.discoverable.co.uk/ |
Unterstützte Sprachen | 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 } |