One Click SEO Checker

Access all important SEO score with one click!

Cos'è One Click SEO Checker?

One Click SEO Checker è un'estensione di Chrome sviluppata da Suvaance, e la sua funzione principale è "Access all important SEO score with one click!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione One Click SEO Checker

Scarica i file di estensione One Click SEO Checker 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

                        One Click SEO Checker is a Chrome extension developed by Suvaance Team to provide quick access to major SEO metrics with one click.

Open any website. Right click on the page and click  the One Click SEO Checker on the context menu. it will open different tabs in your browser and each tab will show specific metric that you normally access with individual tool. But here you access all those data in one click!

With One Click SEO Checker, you can access;
★ Google Indexed pages
★ Google Mobile-friendly Test Report
★ Google Page Speed Insights score
★ Google Rich snippet test report
★ Moz Domain Authority Score, Spam Score etc
★ Link Metrics From Majestic
★ On-site metrics From SEOptimer
★ And many more.                    

Informazioni di Base sull'Estensione

Nome One Click SEO Checker One Click SEO Checker
ID icdlcbfmgeighnnidmijmgbginpnngkp
URL Ufficiale https://chromewebstore.google.com/detail/one-click-seo-checker/icdlcbfmgeighnnidmijmgbginpnngkp
Descrizione Access all important SEO score with one click!
Dimensione del File 20.98 KB
Conteggio Installazioni 595
Versione Corrente 2.0
Ultimo Aggiornamento 2022-10-13
Data di Pubblicazione 2020-11-19
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Suvaance
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.suvaance.com/
URL della Pagina di Aiuto https://www.suvaance.com/tools/chrome-extensions/
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "One Click SEO Checker",
    "short_name": "One Click SEO Checker",
    "description": "Access all important SEO score with one click!",
    "version": "2.0",
    "action": [],
    "manifest_version": 3,
    "background": {
        "service_worker": "script.js"
    },
    "host_permissions": [
        "https:\/\/moz.com\/*",
        "https:\/\/majestic.com\/*",
        "https:\/\/www.seoptimer.com\/*"
    ],
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}