NativeRank SEO Stats

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

Qu'est-ce que NativeRank SEO Stats ?

NativeRank SEO Stats est une extension Chrome développée par Native Rank, et sa fonction principale est "Explore our free and best-in-class SEO tool to analyze your website's SEO stats.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension NativeRank SEO Stats

Téléchargez les fichiers d'extension NativeRank SEO Stats au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom NativeRank SEO Stats NativeRank SEO Stats
ID kkimhbeindblnefpbadmjagcmidamage
URL Officiel 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.
Taille du Fichier 105 KB
Nombre d'Installations 232
Version Actuelle 1.11
Dernière Mise à Jour 2019-03-31
Date de Publication 2019-03-26
Évaluation 5.00/5 Total 2 Évaluations
Développeur Native Rank
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}