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.

Qu'est-ce que Google Search Console Performance Report link ?

Google Search Console Performance Report link est une extension Chrome développée par Simon Gilhooly @ Discoverable, et sa fonction principale est "Takes the webpage you're looking at and opens the performance report in Google search console to the relevant page.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Google Search Console Performance Report link

Téléchargez les fichiers d'extension Google Search Console Performance Report link au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Google Search Console Performance Report link Google Search Console Performance Report link
ID jdhacokdjcjbodppglifgmfeknahahgk
URL Officiel https://chromewebstore.google.com/detail/google-search-console-per/jdhacokdjcjbodppglifgmfeknahahgk
Description Takes the webpage you're looking at and opens the performance report in Google search console to the relevant page.
Taille du Fichier 20.02 KB
Nombre d'Installations 551
Version Actuelle 1.2.8
Dernière Mise à Jour 2023-11-04
Date de Publication 2019-07-10
Évaluation 4.60/5 Total 5 Évaluations
Développeur Simon Gilhooly @ Discoverable
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.discoverable.co.uk/
Langues Prises en Charge 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
}