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是由Simon Gilhooly @ Discoverable開發的Chrome擴展程式,該擴展的主要功能是“Takes the webpage you're looking at and opens the performance report in Google search console to the relevant page.”。

擴展截圖

screenshot

下載Google Search Console Performance Report link擴展crx文件

下載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
官方網址 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
}