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.
Hvad er Google Search Console Performance Report link?
Google Search Console Performance Report link er en Chrome-udvidelse udviklet af Simon Gilhooly @ Discoverable, og dens hovedfunktion er "Takes the webpage you're looking at and opens the performance report in Google search console to the relevant page.".
Udvidelsesskærmbilleder
Download Google Search Console Performance Report link-udvidelses-CRX-fil
Download Google Search Console Performance Report link-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Google Search Console Performance Report link |
ID | jdhacokdjcjbodppglifgmfeknahahgk |
Officiel URL | https://chromewebstore.google.com/detail/google-search-console-per/jdhacokdjcjbodppglifgmfeknahahgk |
Beskrivelse | Takes the webpage you're looking at and opens the performance report in Google search console to the relevant page. |
Filstørrelse | 20.02 KB |
Antal Installationer | 551 |
Nuværende Version | 1.2.8 |
Senest Opdateret | 2023-11-04 |
Udgivelsesdato | 2019-07-10 |
Bedømmelse | 4.60/5 Samlet 5 Bedømmelser |
Udvikler | Simon Gilhooly @ Discoverable |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://www.discoverable.co.uk/ |
Understøttede Sprog | 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 } |