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
公式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
Eメール [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
}