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 je Google Search Console Performance Report link?
Google Search Console Performance Report link je rozšíření Chrome vyvinuté Simon Gilhooly @ Discoverable, a jeho hlavní funkcí je „Takes the webpage you're looking at and opens the performance report in Google search console to the relevant page.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Google Search Console Performance Report link
Stáhněte si soubory rozšíření Google Search Console Performance Report link ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Google Search Console Performance Report link |
ID | jdhacokdjcjbodppglifgmfeknahahgk |
Oficiální URL | https://chromewebstore.google.com/detail/google-search-console-per/jdhacokdjcjbodppglifgmfeknahahgk |
Popis | Takes the webpage you're looking at and opens the performance report in Google search console to the relevant page. |
Velikost souboru | 20.02 KB |
Počet instalací | 551 |
Aktuální Verze | 1.2.8 |
Poslední Aktualizace | 2023-11-04 |
Datum Vydání | 2019-07-10 |
Hodnocení | 4.60/5 Celkem 5 Hodnocení |
Vývojář | Simon Gilhooly @ Discoverable |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://www.discoverable.co.uk/ |
Podporované Jazyky | 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 } |