SEOSpace - The SEO Plugin for Squarespace

SEO Tool for Squarespace websites

Cos'è SEOSpace - The SEO Plugin for Squarespace?

SEOSpace - The SEO Plugin for Squarespace è un'estensione di Chrome sviluppata da SEOSpace, e la sua funzione principale è "SEO Tool for Squarespace websites".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione SEOSpace - The SEO Plugin for Squarespace

Scarica i file di estensione SEOSpace - The SEO Plugin for Squarespace 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

                        The ultimate Squarespace SEO plugin.

SEOSpace is an easy-to-use, jargon-free SEO plugin that provides any Squarespace user with actionable insights to improve their rankings and get more organic traffic to their website.

Get started today to increase your rankings and web traffic.                    

Informazioni di Base sull'Estensione

Nome SEOSpace - The SEO Plugin for Squarespace SEOSpace - The SEO Plugin for Squarespace
ID jdpdpdkkofoclmgbopofhlmoikpfamao
URL Ufficiale https://chromewebstore.google.com/detail/seospace-the-seo-plugin-f/jdpdpdkkofoclmgbopofhlmoikpfamao
Descrizione SEO Tool for Squarespace websites
Dimensione del File 528 KB
Conteggio Installazioni 3,402
Versione Corrente 2.0.4
Ultimo Aggiornamento 2024-02-29
Data di Pubblicazione 2023-03-27
Valutazione 4.43/5 Totale 14 Valutazioni
Sviluppatore SEOSpace
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.seospace.co.uk/
URL della Pagina di Aiuto https://www.seospace.co.uk/squarespace-seo-plugin
URL della Pagina della Politica sulla Privacy https://www.seospace.co.uk/privacy-policy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SEOSpace - The SEO Plugin for Squarespace",
    "description": "SEO Tool for Squarespace websites",
    "version": "2.0.4",
    "permissions": [
        "storage",
        "cookies",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "action": {
        "default_icon": {
            "16": ".\/logo.png",
            "48": ".\/logo.png",
            "128": ".\/logo.png"
        },
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                "assets\/index.e78b9576.js"
            ],
            "css": [
                "assets\/index.ef92f1b3.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/assets\/*",
                "injectScript.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": ".\/logo.png",
        "48": ".\/logo.png",
        "128": ".\/logo.png"
    }
}