SEObserver Metrics Toolbar

SEO metrics for a domain

Vad är SEObserver Metrics Toolbar?

SEObserver Metrics Toolbar är en Chrome-tillägg utvecklad av https://toolbar.tf, och dess huvudfunktion är "SEO metrics for a domain".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner SEObserver Metrics Toolbar-förlängningens CRX-fil

Ladda ner SEObserver Metrics Toolbar-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn SEObserver Metrics Toolbar SEObserver Metrics Toolbar
ID jojmgmlooebfaaiafglnodachfoegknk
Officiell webbadress https://chromewebstore.google.com/detail/seobserver-metrics-toolba/jojmgmlooebfaaiafglnodachfoegknk
Beskrivning SEO metrics for a domain
Filstorlek 55.23 KB
Antal Installationer 1,863
Aktuell Version 1.3
Senast Uppdaterad 2021-03-17
Publiceringsdatum 2019-04-09
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://toolbar.tf
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://toolbar.tf
Stödda Språk 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
}