SEObserver Metrics Toolbar

SEO metrics for a domain

SEObserver Metrics Toolbarとは何ですか?

SEObserver Metrics Toolbarはhttps://toolbar.tfによって開発されたChromeの拡張機能で、その主な機能は「SEO metrics for a domain」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

SEObserver Metrics Toolbar拡張機能のCRXファイルをダウンロード

SEObserver Metrics Toolbar拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        ***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.                    

拡張機能の基本情報

名前 SEObserver Metrics Toolbar SEObserver Metrics Toolbar
ID jojmgmlooebfaaiafglnodachfoegknk
公式URL https://chromewebstore.google.com/detail/seobserver-metrics-toolba/jojmgmlooebfaaiafglnodachfoegknk
説明 SEO metrics for a domain
ファイルサイズ 55.23 KB
インストール数 1,863
現在のバージョン 1.3
最終更新日 2021-03-17
公開日 2019-04-09
評価 5.00/5 合計 1 レビュー
開発者 https://toolbar.tf
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://toolbar.tf
対応言語 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
}