SEO On-Page Analyzer

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

SEO On-Page Analyzer là gì?

SEO On-Page Analyzer là một tiện ích mở rộng Chrome được phát triển bởi https://seoworkflows.com, và tính năng chính của nó là "Chrome extension to review the on-page SEO attributes of a page.".

Ả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 SEO On-Page Analyzer

Tải xuống các tệp mở rộng SEO On-Page Analyzer 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

                        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.                    

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

Tên SEO On-Page Analyzer SEO On-Page Analyzer
ID npnhelfdhpnmbkpjcahmjmafnpneneke
URL Chính Thức https://chromewebstore.google.com/detail/seo-on-page-analyzer/npnhelfdhpnmbkpjcahmjmafnpneneke
Mô tả Chrome extension to review the on-page SEO attributes of a page.
Kích Thước Tệp 506 KB
Số Lần Cài Đặt 195
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2023-07-11
Ngày Phát Hành 2023-06-25
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://seoworkflows.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.seoworkflows.com/extensions/details/seo-onpage-analyzer
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}