Simple On Page SEO

SEO on page analyzer. Look for keyword density, keyword checker in title and meta tags.

Cos'è Simple On Page SEO?

Simple On Page SEO è un'estensione di Chrome sviluppata da _DaveBennett, e la sua funzione principale è "SEO on page analyzer. Look for keyword density, keyword checker in title and meta tags.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Simple On Page SEO

Scarica i file di estensione Simple On Page SEO 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

                        I needed an on page SEO analyzer for my website that was like Yoast SEO. My goal was to do some simple keyword analysis and checks. Wrote for fun, there might be some bugs so let me know.                    

Informazioni di Base sull'Estensione

Nome Simple On Page SEO Simple On Page SEO
ID aemgcoipfmfbdgfgicfbmpjnhlbpajch
URL Ufficiale https://chromewebstore.google.com/detail/simple-on-page-seo/aemgcoipfmfbdgfgicfbmpjnhlbpajch
Descrizione SEO on page analyzer. Look for keyword density, keyword checker in title and meta tags.
Dimensione del File 42.99 KB
Conteggio Installazioni 1,221
Versione Corrente 1.2
Ultimo Aggiornamento 2019-07-11
Data di Pubblicazione 2019-07-10
Valutazione 4.00/5 Totale 2 Valutazioni
Sviluppatore _DaveBennett
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "SEO on page analyzer. Look for keyword density, keyword checker in title and meta tags.",
    "version": "1.2",
    "name": "Simple On Page SEO",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}