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.”。
扩展截图
下载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 |
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 } |