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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
        }
    ]
}