Open in SEMRUSH

Check any website's traffic, keywords and ads with Open in SEMRUSH

Cos'è Open in SEMRUSH?

Open in SEMRUSH è un'estensione di Chrome sviluppata da https://www.adpharos.com, e la sua funzione principale è "Check any website's traffic, keywords and ads with Open in SEMRUSH".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Open in SEMRUSH

Scarica i file di estensione Open in SEMRUSH 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

                        Open in SEMRUSH adds a button to the toolbar which when clicked opens a new tab and passes the current URL to SEMRUSH for quick and easy viewing of both organic & ppc keyword traffic statistics for the given website.                    

Informazioni di Base sull'Estensione

Nome Open in SEMRUSH Open in SEMRUSH
ID chgblofegkokcojhgjfgfdbgbcalnpml
URL Ufficiale https://chrome.google.com/webstore/detail/open-in-semrush/chgblofegkokcojhgjfgfdbgbcalnpml
Descrizione Check any website's traffic, keywords and ads with Open in SEMRUSH
Dimensione del File 10.22 KB
Conteggio Installazioni 10,000
Versione Corrente 2.2
Ultimo Aggiornamento 2021-07-30
Data di Pubblicazione 2016-05-31
Valutazione 3.71/5 Totale 28 Valutazioni
Sviluppatore https://www.adpharos.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://www.adpharos.com/contact/
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open in SEMRUSH",
    "version": "2.2",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "semrush.js"
        ]
    },
    "description": "Check any website's traffic, keywords and ads with Open in SEMRUSH",
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png"
    },
    "page_action": {
        "default_icon": {
            "19": "icon.png"
        },
        "default_title": "Open in SEMRUSH"
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'"
}