Rough Water SEO Tool

SEO Tool for Squarespace websites

什么是Rough Water SEO Tool?

Rough Water SEO Tool是由SEOSpace开发的Chrome扩展程序,该扩展的主要功能是“SEO Tool for Squarespace websites”。

扩展截图

下载Rough Water SEO Tool扩展crx文件

下载Rough Water SEO Tool扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Rough Water SEO Tool Rough Water SEO Tool
ID iphcgaopfphcbhmiflijebkjplijdjal
官方URL https://chromewebstore.google.com/detail/rough-water-seo-tool/iphcgaopfphcbhmiflijebkjplijdjal
简介 SEO Tool for Squarespace websites
文件大小 282 KB
安装次数 87
当前版本 1.15
更新时间 2023-02-18
上架时间 2022-09-15
评分 5.00/5 共1次评分
开发者 SEOSpace
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.roughwatermedia.com/squarespace-seo-plugin
帮助页面URL https://www.roughwatermedia.com/contact
隐私政策页面URL https://www.seospace.co.uk/privacy-policy
支持的语言 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"
    }
}