SEObserver Metrics Toolbar

SEO metrics for a domain

Cos'è SEObserver Metrics Toolbar?

SEObserver Metrics Toolbar è un'estensione di Chrome sviluppata da https://toolbar.tf, e la sua funzione principale è "SEO metrics for a domain".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione SEObserver Metrics Toolbar

Scarica i file di estensione SEObserver Metrics Toolbar in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome SEObserver Metrics Toolbar SEObserver Metrics Toolbar
ID jojmgmlooebfaaiafglnodachfoegknk
URL Ufficiale https://chromewebstore.google.com/detail/seobserver-metrics-toolba/jojmgmlooebfaaiafglnodachfoegknk
Descrizione SEO metrics for a domain
Dimensione del File 55.23 KB
Conteggio Installazioni 1,863
Versione Corrente 1.3
Ultimo Aggiornamento 2021-03-17
Data di Pubblicazione 2019-04-09
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://toolbar.tf
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://toolbar.tf
Lingue Supportate 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
}