NativeRank SEO Stats

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

¿Qué es NativeRank SEO Stats?

NativeRank SEO Stats es una extensión de Chrome desarrollada por Native Rank, y su función principal es "Explore our free and best-in-class SEO tool to analyze your website's SEO stats.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión NativeRank SEO Stats

Descarga archivos de extensión NativeRank SEO Stats en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre NativeRank SEO Stats NativeRank SEO Stats
ID kkimhbeindblnefpbadmjagcmidamage
URL Oficial https://chromewebstore.google.com/detail/nativerank-seo-stats/kkimhbeindblnefpbadmjagcmidamage
Descripción Explore our free and best-in-class SEO tool to analyze your website's SEO stats.
Tamaño del Archivo 105 KB
Cantidad de Instalaciones 232
Versión Actual 1.11
Última Actualización 2019-03-31
Fecha de Publicación 2019-03-26
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador Native Rank
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    ]
}