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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Give the current page's SEO score, help you find issues and get advices to fix them"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SEO PageRank एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}