NativeRank SEO Stats

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

Vad är NativeRank SEO Stats?

NativeRank SEO Stats är en Chrome-tillägg utvecklad av Native Rank, och dess huvudfunktion är "Explore our free and best-in-class SEO tool to analyze your website's SEO stats.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner NativeRank SEO Stats-förlängningens CRX-fil

Ladda ner NativeRank SEO Stats-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn NativeRank SEO Stats NativeRank SEO Stats
ID kkimhbeindblnefpbadmjagcmidamage
Officiell webbadress https://chromewebstore.google.com/detail/nativerank-seo-stats/kkimhbeindblnefpbadmjagcmidamage
Beskrivning Explore our free and best-in-class SEO tool to analyze your website's SEO stats.
Filstorlek 105 KB
Antal Installationer 232
Aktuell Version 1.11
Senast Uppdaterad 2019-03-31
Publiceringsdatum 2019-03-26
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare Native Rank
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}