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是由Native Rank開發的Chrome擴展程式,該擴展的主要功能是“Explore our free and best-in-class SEO tool to analyze your website's SEO stats.”。

擴展截圖

screenshot
screenshot
screenshot

下載NativeRank SEO Stats擴展crx文件

下載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
官方網址 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"
    ]
}