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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}