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.

Apa itu Google Search Console Performance Report link?

Google Search Console Performance Report link adalah ekstensi Chrome yang dikembangkan oleh Simon Gilhooly @ Discoverable, dan fitur utamanya adalah "Takes the webpage you're looking at and opens the performance report in Google search console to the relevant page.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Google Search Console Performance Report link

Unduh file ekstensi Google Search Console Performance Report link dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Google Search Console Performance Report link Google Search Console Performance Report link
ID jdhacokdjcjbodppglifgmfeknahahgk
URL Resmi https://chromewebstore.google.com/detail/google-search-console-per/jdhacokdjcjbodppglifgmfeknahahgk
Deskripsi Takes the webpage you're looking at and opens the performance report in Google search console to the relevant page.
Ukuran File 20.02 KB
Jumlah Instalasi 551
Versi Saat Ini 1.2.8
Terakhir Diperbarui 2023-11-04
Tanggal Publikasi 2019-07-10
Penilaian 4.60/5 Total 5 Penilaian
Pengembang Simon Gilhooly @ Discoverable
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.discoverable.co.uk/
Bahasa yang Didukung 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
}