Search Console Percentage Calculator

Adds the percentage difference in Search Console metrics compared to the previous period.

Search Console Percentage Calculator là gì?

Search Console Percentage Calculator là một tiện ích mở rộng Chrome được phát triển bởi https://www.analistaseo.es, và tính năng chính của nó là "Adds the percentage difference in Search Console metrics compared to the previous period.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Search Console Percentage Calculator

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

                        Adds the percentage difference in Search Console metrics compared to the previous period.                    

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

Tên Search Console Percentage Calculator Search Console Percentage Calculator
ID licaefgklohoebcfefffhinemkidgejm
URL Chính Thức https://chromewebstore.google.com/detail/search-console-percentage/licaefgklohoebcfefffhinemkidgejm
Mô tả Adds the percentage difference in Search Console metrics compared to the previous period.
Kích Thước Tệp 9.25 KB
Số Lần Cài Đặt 34
Phiên Bản Hiện Tại 0.0.0.1
Cập Nhật Lần Cuối 2023-08-09
Ngày Phát Hành 2023-08-09
Nhà Phát Triển https://www.analistaseo.es
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Search Console Percentage Calculator",
    "description": "Adds the percentage difference in Search Console metrics compared to the previous period.",
    "version": "0.0.0.1",
    "action": [],
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "activeTab",
        "webNavigation"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/search.google.com\/search-console\/performance\/search-analytics*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "author": {
        "email": "[email protected]"
    }
}