SEO PageRank

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

Co je SEO PageRank?

SEO PageRank je rozšíření Chrome vyvinuté https://www.pagerankstatus.org, a jeho hlavní funkcí je „Give the current page's SEO score, help you find issues and get advices to fix them“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření SEO PageRank

Stáhněte si soubory rozšíření SEO PageRank ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název SEO PageRank SEO PageRank
ID lndiecnlfaibiffoeijpjnblnmdlcpog
Oficiální URL https://chromewebstore.google.com/detail/seo-pagerank/lndiecnlfaibiffoeijpjnblnmdlcpog
Popis Give the current page's SEO score, help you find issues and get advices to fix them
Velikost souboru 60.96 KB
Počet instalací 11,001
Aktuální Verze 1.2.1
Poslední Aktualizace 2022-11-06
Datum Vydání 2022-11-06
Hodnocení 3.44/5 Celkem 103 Hodnocení
Vývojář https://www.pagerankstatus.org
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}