NativeRank SEO Stats

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

Apa itu NativeRank SEO Stats?

NativeRank SEO Stats adalah ekstensi Chrome yang dikembangkan oleh Native Rank, dan fitur utamanya adalah "Explore our free and best-in-class SEO tool to analyze your website's SEO stats.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi NativeRank SEO Stats

Unduh file ekstensi NativeRank SEO Stats dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama NativeRank SEO Stats NativeRank SEO Stats
ID kkimhbeindblnefpbadmjagcmidamage
URL Resmi https://chromewebstore.google.com/detail/nativerank-seo-stats/kkimhbeindblnefpbadmjagcmidamage
Deskripsi Explore our free and best-in-class SEO tool to analyze your website's SEO stats.
Ukuran File 105 KB
Jumlah Instalasi 232
Versi Saat Ini 1.11
Terakhir Diperbarui 2019-03-31
Tanggal Publikasi 2019-03-26
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Native Rank
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}