NativeRank SEO Stats

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

Was ist NativeRank SEO Stats?

NativeRank SEO Stats ist eine Chrome-Erweiterung, die von Native Rank entwickelt wurde, und ihr Hauptmerkmal ist "Explore our free and best-in-class SEO tool to analyze your website's SEO stats.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

NativeRank SEO Stats-Erweiterungs-CRX-Datei herunterladen

Laden Sie NativeRank SEO Stats-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name NativeRank SEO Stats NativeRank SEO Stats
ID kkimhbeindblnefpbadmjagcmidamage
Offizielle URL https://chromewebstore.google.com/detail/nativerank-seo-stats/kkimhbeindblnefpbadmjagcmidamage
Beschreibung Explore our free and best-in-class SEO tool to analyze your website's SEO stats.
Dateigröße 105 KB
Installationsanzahl 232
Aktuelle Version 1.11
Letztes Update 2019-03-31
Veröffentlichungsdatum 2019-03-26
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Native Rank
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}