SEObserver Metrics Toolbar

SEO metrics for a domain

SEObserver Metrics Toolbar là gì?

SEObserver Metrics Toolbar là một tiện ích mở rộng Chrome được phát triển bởi https://toolbar.tf, và tính năng chính của nó là "SEO metrics for a domain".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SEObserver Metrics Toolbar

Tải xuống các tệp mở rộng SEObserver Metrics Toolbar 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

                        ***The most efficient replacement for Google PR Toolbar.***

Free version: 
When you click on the icon, you get the TrustFlow and Topical TrustFlow of the current domain you are browsing.

Premium version & SEObserver customers:
No action needed, the icon of the extension changes with the actual value of the domain you are browsing. The icon's color also changes accordingly to the Topical TrustFlow. Upon clicking on the icon, you get a complete identity card of the current domain with the most important metrics including number of referring domains and top keywords.                    

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

Tên SEObserver Metrics Toolbar SEObserver Metrics Toolbar
ID jojmgmlooebfaaiafglnodachfoegknk
URL Chính Thức https://chromewebstore.google.com/detail/seobserver-metrics-toolba/jojmgmlooebfaaiafglnodachfoegknk
Mô tả SEO metrics for a domain
Kích Thước Tệp 55.23 KB
Số Lần Cài Đặt 1,863
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2021-03-17
Ngày Phát Hành 2019-04-09
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://toolbar.tf
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://toolbar.tf
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "favicon.png",
        "default_title": "SEObserver Metrics Toolbar"
    },
    "name": "SEObserver Metrics Toolbar",
    "description": "SEO metrics for a domain",
    "icons": {
        "128": "favicon.png"
    },
    "homepage_url": "http:\/\/toolbar.tf",
    "options_page": "options.html",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs"
    ],
    "version": "1.3",
    "manifest_version": 2
}