NativeRank SEO Stats

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

Cos'è NativeRank SEO Stats?

NativeRank SEO Stats è un'estensione di Chrome sviluppata da Native Rank, e la sua funzione principale è "Explore our free and best-in-class SEO tool to analyze your website's SEO stats.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione NativeRank SEO Stats

Scarica i file di estensione NativeRank SEO Stats in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome NativeRank SEO Stats NativeRank SEO Stats
ID kkimhbeindblnefpbadmjagcmidamage
URL Ufficiale https://chromewebstore.google.com/detail/nativerank-seo-stats/kkimhbeindblnefpbadmjagcmidamage
Descrizione Explore our free and best-in-class SEO tool to analyze your website's SEO stats.
Dimensione del File 105 KB
Conteggio Installazioni 232
Versione Corrente 1.11
Ultimo Aggiornamento 2019-03-31
Data di Pubblicazione 2019-03-26
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Native Rank
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}