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