NativeRank SEO Stats

Explore our free and best-in-class SEO tool to analyze your website's SEO stats.

What is NativeRank SEO Stats?

NativeRank SEO Stats is a Chrome extension developed by Native Rank, and its main feature is "Explore our free and best-in-class SEO tool to analyze your website's SEO stats.".

Extension Screenshots

screenshot
screenshot
screenshot

Download NativeRank SEO Stats Extension CRX File

Download NativeRank SEO Stats extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Native Rank is a premier provider of digital marketing and advertising solutions. At Native Rank, we know that to grow your business you must have a winning formula for success, and we strive to provide that every day for our clients.

Use our extension to analyze SEO stats of your website and reach out to us if you have any questions.                    

Extension Basic Information

Name NativeRank SEO Stats NativeRank SEO Stats
ID kkimhbeindblnefpbadmjagcmidamage
Official URL https://chromewebstore.google.com/detail/nativerank-seo-stats/kkimhbeindblnefpbadmjagcmidamage
Description Explore our free and best-in-class SEO tool to analyze your website's SEO stats.
File Size 105 KB
Installation Count 232
Current Version 1.11
Last Updated 2019-03-31
Publish Date 2019-03-26
Rating 5.00/5 Total 2 Ratings
Developer Native Rank
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NativeRank SEO Stats",
    "description": "Explore our free and best-in-class SEO tool to analyze your website's SEO stats.",
    "version": "1.11",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icons\/icon19.png"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "all_frames": false,
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "manifest_version": 2,
    "short_name": "NR SEO Stats",
    "permissions": [
        "activeTab"
    ]
}