SEMRush Rank

This extension displays the SEMRush Rank for the current page

Cos'è SEMRush Rank?

SEMRush Rank è un'estensione di Chrome sviluppata da https://toolbarbrowser.com, e la sua funzione principale è "This extension displays the SEMRush Rank for the current page".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione SEMRush Rank

Scarica i file di estensione SEMRush Rank 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

                        Our SEMRush Rank Chrome extension displays the SEMRush page rank on the toolbar without the need for extra clicks. 

Also see our Compete Rank, PI Rank and Alexa Rank extensions.

See our website for SEO add ons for Internet Explorer and Firefox.                    

Informazioni di Base sull'Estensione

Nome SEMRush Rank SEMRush Rank
ID idbhoeaiokcojcgappfigpifhpkjgmab
URL Ufficiale https://chromewebstore.google.com/detail/semrush-rank/idbhoeaiokcojcgappfigpifhpkjgmab
Descrizione This extension displays the SEMRush Rank for the current page
Dimensione del File 16.41 KB
Conteggio Installazioni 35,142
Versione Corrente 1.2
Ultimo Aggiornamento 2015-03-10
Data di Pubblicazione 2015-03-09
Valutazione 3.69/5 Totale 16 Valutazioni
Sviluppatore https://toolbarbrowser.com
Tipo di Pagamento free
Sito Web dell'Estensione http://www.toolbarbrowser.com
URL della Pagina di Aiuto http://www.toolbarbrowser.com/contact.htm
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SEMRush Rank",
    "description": "This extension displays the SEMRush Rank for the current page",
    "version": "1.2",
    "permissions": [
        "tabs",
        "http:\/\/trellian.publicapi.semrush.com\/",
        "http:\/\/rank.trellian.com\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "sem-rush-16.png",
        "48": "sem-rush-48.png",
        "128": "sem-rush-128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "SEMRush Rank"
    }
}