SEO PageRank

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

SEO PageRank là gì?

SEO PageRank là một tiện ích mở rộng Chrome được phát triển bởi https://www.pagerankstatus.org, và tính năng chính của nó là "Give the current page's SEO score, help you find issues and get advices to fix them".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng SEO PageRank

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

                        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                    

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

Tên SEO PageRank SEO PageRank
ID lndiecnlfaibiffoeijpjnblnmdlcpog
URL Chính Thức https://chromewebstore.google.com/detail/seo-pagerank/lndiecnlfaibiffoeijpjnblnmdlcpog
Mô tả Give the current page's SEO score, help you find issues and get advices to fix them
Kích Thước Tệp 60.96 KB
Số Lần Cài Đặt 11,001
Phiên Bản Hiện Tại 1.2.1
Cập Nhật Lần Cuối 2022-11-06
Ngày Phát Hành 2022-11-06
Đánh Giá 3.44/5 Tổng số 103 Đánh Giá
Nhà Phát Triển https://www.pagerankstatus.org
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}