NativeRank SEO Stats

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

ما هو NativeRank SEO Stats؟

NativeRank SEO Stats هو إضافة Chrome تم تطويرها بواسطة Native Rank، والميزة الرئيسية لها هي "Explore our free and best-in-class SEO tool to analyze your website's SEO stats.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة NativeRank SEO Stats

قم بتنزيل ملفات الامتداد NativeRank SEO Stats بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم NativeRank SEO Stats NativeRank SEO Stats
ID kkimhbeindblnefpbadmjagcmidamage
عنوان URL الرسمي https://chromewebstore.google.com/detail/nativerank-seo-stats/kkimhbeindblnefpbadmjagcmidamage
الوصف Explore our free and best-in-class SEO tool to analyze your website's SEO stats.
حجم الملف 105 KB
عدد التثبيتات 232
النسخة الحالية 1.11
آخر تحديث 2019-03-31
تاريخ النشر 2019-03-26
تقييم 5.00/5 مجموع تقييمات 2
المطور Native Rank
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
    ]
}