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.

Τι είναι το Google Search Console Performance Report link;

Το Google Search Console Performance Report link είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Simon Gilhooly @ Discoverable, και η κύρια λειτουργία του είναι "Takes the webpage you're looking at and opens the performance report in Google search console to the relevant page.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Google Search Console Performance Report link

Λήψη αρχείων επέκτασης Google Search Console Performance Report link σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Google Search Console Performance Report link Google Search Console Performance Report link
ID jdhacokdjcjbodppglifgmfeknahahgk
Επίσημο URL https://chromewebstore.google.com/detail/google-search-console-per/jdhacokdjcjbodppglifgmfeknahahgk
Περιγραφή Takes the webpage you're looking at and opens the performance report in Google search console to the relevant page.
Μέγεθος Αρχείου 20.02 KB
Αριθμός Εγκαταστάσεων 551
Τρέχουσα Έκδοση 1.2.8
Τελευταία Ενημέρωση 2023-11-04
Ημερομηνία Δημοσίευσης 2019-07-10
Αξιολόγηση 4.60/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής Simon Gilhooly @ Discoverable
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.discoverable.co.uk/
Υποστηριζόμενες Γλώσσες 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
}