SEObserver Metrics Toolbar

SEO metrics for a domain

Was ist SEObserver Metrics Toolbar?

SEObserver Metrics Toolbar ist eine Chrome-Erweiterung, die von https://toolbar.tf entwickelt wurde, und ihr Hauptmerkmal ist "SEO metrics for a domain".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

SEObserver Metrics Toolbar-Erweiterungs-CRX-Datei herunterladen

Laden Sie SEObserver Metrics Toolbar-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name SEObserver Metrics Toolbar SEObserver Metrics Toolbar
ID jojmgmlooebfaaiafglnodachfoegknk
Offizielle URL https://chromewebstore.google.com/detail/seobserver-metrics-toolba/jojmgmlooebfaaiafglnodachfoegknk
Beschreibung SEO metrics for a domain
Dateigröße 55.23 KB
Installationsanzahl 1,863
Aktuelle Version 1.3
Letztes Update 2021-03-17
Veröffentlichungsdatum 2019-04-09
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://toolbar.tf
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://toolbar.tf
Unterstützte Sprachen 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
}