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.

Vad är Google Search Console Performance Report link?

Google Search Console Performance Report link är en Chrome-tillägg utvecklad av Simon Gilhooly @ Discoverable, och dess huvudfunktion är "Takes the webpage you're looking at and opens the performance report in Google search console to the relevant page.".

Tilläggsskärmbilder

screenshot

Ladda ner Google Search Console Performance Report link-förlängningens CRX-fil

Ladda ner Google Search Console Performance Report link-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Google Search Console Performance Report link Google Search Console Performance Report link
ID jdhacokdjcjbodppglifgmfeknahahgk
Officiell webbadress https://chromewebstore.google.com/detail/google-search-console-per/jdhacokdjcjbodppglifgmfeknahahgk
Beskrivning Takes the webpage you're looking at and opens the performance report in Google search console to the relevant page.
Filstorlek 20.02 KB
Antal Installationer 551
Aktuell Version 1.2.8
Senast Uppdaterad 2023-11-04
Publiceringsdatum 2019-07-10
Betyg 4.60/5 Totalt 5 Betyg
Utvecklare Simon Gilhooly @ Discoverable
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.discoverable.co.uk/
Stödda Språk 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
}