NativeRank SEO Stats

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

NativeRank SEO Stats là gì?

NativeRank SEO Stats là một tiện ích mở rộng Chrome được phát triển bởi Native Rank, và tính năng chính của nó là "Explore our free and best-in-class SEO tool to analyze your website's SEO stats.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng NativeRank SEO Stats

Tải xuống các tệp mở rộng NativeRank SEO Stats dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên NativeRank SEO Stats NativeRank SEO Stats
ID kkimhbeindblnefpbadmjagcmidamage
URL Chính Thức https://chromewebstore.google.com/detail/nativerank-seo-stats/kkimhbeindblnefpbadmjagcmidamage
Mô tả Explore our free and best-in-class SEO tool to analyze your website's SEO stats.
Kích Thước Tệp 105 KB
Số Lần Cài Đặt 232
Phiên Bản Hiện Tại 1.11
Cập Nhật Lần Cuối 2019-03-31
Ngày Phát Hành 2019-03-26
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Native Rank
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}