Google Search Console SEO Enhancer

This extension modifies the outlook of the Difference column in the Compare mode of the performance table in Google Search Console.

Google Search Console SEO Enhancer là gì?

Google Search Console SEO Enhancer là một tiện ích mở rộng Chrome được phát triển bởi Jan Guardian, và tính năng chính của nó là "This extension modifies the outlook of the Difference column in the Compare mode of the performance table in Google Search Console.".

Ả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 SEO Enhancer

Tải xuống các tệp mở rộng Google Search Console SEO Enhancer 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

                        This extension modifies the outlook of the Difference column in the Compare mode of the Position data set in the Performance tab in Google Search Console to make it easier for SEO specialists to read, understand, and analyze the report.                    

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

Tên Google Search Console SEO Enhancer Google Search Console SEO Enhancer
ID jgcegcgnjjdcgkgnoknlgmeppkolnpnn
URL Chính Thức https://chromewebstore.google.com/detail/google-search-console-seo/jgcegcgnjjdcgkgnoknlgmeppkolnpnn
Mô tả This extension modifies the outlook of the Difference column in the Compare mode of the performance table in Google Search Console.
Kích Thước Tệp 36.22 KB
Số Lần Cài Đặt 41
Phiên Bản Hiện Tại 0.0.0.1
Cập Nhật Lần Cuối 2020-11-18
Ngày Phát Hành 2020-11-17
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Jan Guardian
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Search Console SEO Enhancer",
    "version": "0.0.0.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "description": "This extension modifies the outlook of the Difference column in the Compare mode of the performance table in Google Search Console.",
    "manifest_version": 2,
    "content_scripts": [
        {
            "js": [
                "jquery-3.5.1.min.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/search.google.com\/u\/*\/search-console\/*"
            ]
        }
    ]
}