SEO PageRank

Give the current page's SEO score, help you find issues and get advices to fix them

SEO PageRank란 무엇입니까?

SEO PageRank은(는) https://www.pagerankstatus.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Give the current page's SEO score, help you find issues and get advices to fix them"입니다.

확장 프로그램 스크린샷

screenshot

SEO PageRank 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Give an SEO score based on the following content on the page:
1.Url
2. Title
3. Description
4. Article length
5. Article structure
6. Images
7. Head tags                    

확장 프로그램 기본 정보

이름 SEO PageRank SEO PageRank
ID lndiecnlfaibiffoeijpjnblnmdlcpog
공식 URL https://chromewebstore.google.com/detail/seo-pagerank/lndiecnlfaibiffoeijpjnblnmdlcpog
설명 Give the current page's SEO score, help you find issues and get advices to fix them
파일 크기 60.96 KB
설치 횟수 11,001
현재 버전 1.2.1
최근 업데이트 2022-11-06
출시 날짜 2022-11-06
평점 3.44/5 총 103 개의 평점
개발자 https://www.pagerankstatus.org
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SEO PageRank",
    "description": "Give the current page's SEO score, help you find issues and get advices to fix them",
    "version": "1.2.1",
    "icons": {
        "128": "img\/logo-128.png",
        "16": "img\/logo-16.png",
        "48": "img\/logo-48.png"
    },
    "background": {
        "service_worker": "\/background.js"
    },
    "action": {
        "default_icon": "img\/logo.png",
        "default_title": "SEO PageRank",
        "name": "SEO PageRank",
        "default_popup": "popup.html"
    },
    "homepage_url": "https:\/\/www.pagerankstatus.org",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "\/content.js"
            ]
        }
    ]
}