Search Console Percentage Calculator

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

Search Console Percentage Calculatorとは何ですか?

Search Console Percentage Calculatorはhttps://www.analistaseo.esによって開発されたChromeの拡張機能で、その主な機能は「Adds the percentage difference in Search Console metrics compared to the previous period.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Search Console Percentage Calculator拡張機能のCRXファイルをダウンロード

Search Console Percentage Calculator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Search Console Percentage Calculator Search Console Percentage Calculator
ID licaefgklohoebcfefffhinemkidgejm
公式URL https://chromewebstore.google.com/detail/search-console-percentage/licaefgklohoebcfefffhinemkidgejm
説明 Adds the percentage difference in Search Console metrics compared to the previous period.
ファイルサイズ 9.25 KB
インストール数 34
現在のバージョン 0.0.0.1
最終更新日 2023-08-09
公開日 2023-08-09
開発者 https://www.analistaseo.es
Eメール [email protected]
支払い方法 free
対応言語 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]"
    }
}