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 là gì?

Google Search Console Performance Report link là một tiện ích mở rộng Chrome được phát triển bởi Simon Gilhooly @ Discoverable, và tính năng chính của nó là "Takes the webpage you're looking at and opens the performance report in Google search console to the relevant page.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Google Search Console Performance Report link

Tải xuống các tệp mở rộng Google Search Console Performance Report link dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Google Search Console Performance Report link Google Search Console Performance Report link
ID jdhacokdjcjbodppglifgmfeknahahgk
URL Chính Thức https://chromewebstore.google.com/detail/google-search-console-per/jdhacokdjcjbodppglifgmfeknahahgk
Mô tả Takes the webpage you're looking at and opens the performance report in Google search console to the relevant page.
Kích Thước Tệp 20.02 KB
Số Lần Cài Đặt 551
Phiên Bản Hiện Tại 1.2.8
Cập Nhật Lần Cuối 2023-11-04
Ngày Phát Hành 2019-07-10
Đánh Giá 4.60/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Simon Gilhooly @ Discoverable
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.discoverable.co.uk/
Ngôn Ngữ Được Hỗ Trợ 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
}