Rough Water SEO Tool

SEO Tool for Squarespace websites

Cos'è Rough Water SEO Tool?

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

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Rough Water SEO Tool

Scarica i file di estensione Rough Water SEO Tool 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

                        Squarespace SEO Plugin Tool - supercharge your SEO and get page 1 rankings with the “Yoast SEO for Squarespace".                    

Informazioni di Base sull'Estensione

Nome Rough Water SEO Tool Rough Water SEO Tool
ID iphcgaopfphcbhmiflijebkjplijdjal
URL Ufficiale https://chromewebstore.google.com/detail/rough-water-seo-tool/iphcgaopfphcbhmiflijebkjplijdjal
Descrizione SEO Tool for Squarespace websites
Dimensione del File 282 KB
Conteggio Installazioni 87
Versione Corrente 1.15
Ultimo Aggiornamento 2023-02-18
Data di Pubblicazione 2022-09-15
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore SEOSpace
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.roughwatermedia.com/squarespace-seo-plugin
URL della Pagina di Aiuto https://www.roughwatermedia.com/contact
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": "Rough Water SEO Tool",
    "description": "SEO Tool for Squarespace websites",
    "version": "1.15",
    "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.ce11adc7.js"
            ],
            "css": [
                "assets\/index.f4dcdb00.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/index.f4dcdb00.css",
                "assets\/logo.2ff8d772.svg"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": ".\/logo.png",
        "48": ".\/logo.png",
        "128": ".\/logo.png"
    }
}