Semrush Navigator

An extension to improve Semrush navigation

Cos'è Semrush Navigator?

Semrush Navigator è un'estensione di Chrome sviluppata da Ardov, e la sua funzione principale è "An extension to improve Semrush navigation".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Semrush Navigator

Scarica i file di estensione Semrush Navigator 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

                        Semrush Navigator adds a quick menu to jump between the apps.
— The menu is triggered with ⌘K (Ctrl+K)
— Items can be added to favourites with ⌘L (Ctrl+L)
— Click the extension icon for more options                    

Informazioni di Base sull'Estensione

Nome Semrush Navigator Semrush Navigator
ID oghimpfblejlggkilihglgbfhkmkjlel
URL Ufficiale https://chromewebstore.google.com/detail/semrush-navigator/oghimpfblejlggkilihglgbfhkmkjlel
Descrizione An extension to improve Semrush navigation
Dimensione del File 107 KB
Conteggio Installazioni 65
Versione Corrente 0.0.9
Ultimo Aggiornamento 2023-11-14
Data di Pubblicazione 2023-09-08
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Ardov
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Semrush Navigator",
    "version": "0.0.9",
    "description": "An extension to improve Semrush navigation",
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.semrush.com\/*"
            ],
            "exclude_matches": [
                "https:\/\/developer.semrush.com\/*"
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ],
            "css": [
                "assets\/css\/contentStyle16999212872.chunk.css"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}