SEO On-Page Analyzer

Chrome extension to review the on-page SEO attributes of a page.

SEO On-Page Analyzerとは何ですか?

SEO On-Page Analyzerはhttps://seoworkflows.comによって開発されたChromeの拡張機能で、その主な機能は「Chrome extension to review the on-page SEO attributes of a page.」です。

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

screenshot
screenshot

SEO On-Page Analyzer拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Optimize your web pages for better search engine visibility with the SEO On-Page Analyzer Chrome extension. 

Features:

1. **Complete On-Page Analysis**: Evaluate title tags, header tags, links, images, stylesheets, scripts, meta tags, word counts, and more.
2. **Export to Excel**: Export analyzed data for further analysis and reporting.
3. **Link Tester**: Within the "Links", "Images" and "Styles & Scripts" sections, there is the option to test all links to verify whether they're any non-200 status code responses for debugging and optimization.
4. **User-Friendly Interface**: Easy-to-use interface suitable for beginners and experienced SEO professionals.                    

拡張機能の基本情報

名前 SEO On-Page Analyzer SEO On-Page Analyzer
ID npnhelfdhpnmbkpjcahmjmafnpneneke
公式URL https://chromewebstore.google.com/detail/seo-on-page-analyzer/npnhelfdhpnmbkpjcahmjmafnpneneke
説明 Chrome extension to review the on-page SEO attributes of a page.
ファイルサイズ 506 KB
インストール数 195
現在のバージョン 1.0.3
最終更新日 2023-07-11
公開日 2023-06-25
評価 5.00/5 合計 6 レビュー
開発者 https://seoworkflows.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.seoworkflows.com/extensions/details/seo-onpage-analyzer
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SEO On-Page Analyzer",
    "description": "Chrome extension to review the on-page SEO attributes of a page.",
    "version": "1.0.3",
    "manifest_version": 3,
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "SEO On-Page Analyzer",
        "default_icon": "icon.png"
    },
    "permissions": [
        "storage"
    ],
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_start"
        }
    ]
}