SEObserver Metrics Toolbar

SEO metrics for a domain

Qu'est-ce que SEObserver Metrics Toolbar ?

SEObserver Metrics Toolbar est une extension Chrome développée par https://toolbar.tf, et sa fonction principale est "SEO metrics for a domain".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension SEObserver Metrics Toolbar

Téléchargez les fichiers d'extension SEObserver Metrics Toolbar au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom SEObserver Metrics Toolbar SEObserver Metrics Toolbar
ID jojmgmlooebfaaiafglnodachfoegknk
URL Officiel https://chromewebstore.google.com/detail/seobserver-metrics-toolba/jojmgmlooebfaaiafglnodachfoegknk
Description SEO metrics for a domain
Taille du Fichier 55.23 KB
Nombre d'Installations 1,863
Version Actuelle 1.3
Dernière Mise à Jour 2021-03-17
Date de Publication 2019-04-09
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://toolbar.tf
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://toolbar.tf
Langues Prises en Charge 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
}