SEO PageRank

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

Vad är SEO PageRank?

SEO PageRank är en Chrome-tillägg utvecklad av https://www.pagerankstatus.org, och dess huvudfunktion är "Give the current page's SEO score, help you find issues and get advices to fix them".

Tilläggsskärmbilder

screenshot

Ladda ner SEO PageRank-förlängningens CRX-fil

Ladda ner SEO PageRank-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn SEO PageRank SEO PageRank
ID lndiecnlfaibiffoeijpjnblnmdlcpog
Officiell webbadress https://chromewebstore.google.com/detail/seo-pagerank/lndiecnlfaibiffoeijpjnblnmdlcpog
Beskrivning Give the current page's SEO score, help you find issues and get advices to fix them
Filstorlek 60.96 KB
Antal Installationer 11,001
Aktuell Version 1.2.1
Senast Uppdaterad 2022-11-06
Publiceringsdatum 2022-11-06
Betyg 3.44/5 Totalt 103 Betyg
Utvecklare https://www.pagerankstatus.org
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}