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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } |