SEOTesting

On-Page SEO, and SEOTesting.com Test Information (Current Page Queries and Test Status)

SEOTestingとは何ですか?

SEOTestingはhttps://seotesting.comによって開発されたChromeの拡張機能で、その主な機能は「On-Page SEO, and SEOTesting.com Test Information (Current Page Queries and Test Status)」です。

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

screenshot
screenshot
screenshot
screenshot

SEOTesting拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        The SEOTesting Chrome Extension makes it easy to see On-Page SEO Information for your website page.

With a SEOTesting Account, you can see the Page Queries the current page ranks for and other information from the Google Search Console. 

We have now made it even easier to see your Google Search Console URL Inspection information right inside the extension.

You can also check to see how your SEOTesting.com Tests are performing.                    

拡張機能の基本情報

名前 SEOTesting SEOTesting
ID ddaafpdingninkjhagcfjmlmmofglnfl
公式URL https://chromewebstore.google.com/detail/seotesting/ddaafpdingninkjhagcfjmlmmofglnfl
説明 On-Page SEO, and SEOTesting.com Test Information (Current Page Queries and Test Status)
ファイルサイズ 1.56 MB
インストール数 1,742
現在のバージョン 1.3.4
最終更新日 2023-06-02
公開日 2021-12-08
評価 4.33/5 合計 6 レビュー
開発者 https://seotesting.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://seotesting.com
ヘルプページのURL https://seotesting.com/support/
プライバシーポリシーページのURL https://seotesting.com/home/privacy
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SEOTesting",
    "homepage_url": "https:\/\/www.seotesting.com\/",
    "version": "1.3.4",
    "description": "On-Page SEO, and SEOTesting.com Test Information (Current Page Queries and Test Status)",
    "icons": {
        "16": "assets\/icon_16.png",
        "32": "assets\/icon_32.png",
        "48": "assets\/icon_48.png",
        "128": "assets\/icon_128.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "options_page": "options.html",
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "assets\/icon_16.png",
            "32": "assets\/icon_32.png",
            "48": "assets\/icon_48.png",
            "128": "assets\/icon_128.png"
        }
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "css": [
                "inject.css"
            ]
        }
    ],
    "optional_permissions": []
}