SEOSpace - The SEO Plugin for Squarespace

SEO Tool for Squarespace websites

什么是SEOSpace - The SEO Plugin for Squarespace?

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

扩展截图

screenshot

下载SEOSpace - The SEO Plugin for Squarespace扩展crx文件

下载SEOSpace - The SEO Plugin for Squarespace扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 SEOSpace - The SEO Plugin for Squarespace SEOSpace - The SEO Plugin for Squarespace
ID jdpdpdkkofoclmgbopofhlmoikpfamao
官方URL https://chromewebstore.google.com/detail/seospace-the-seo-plugin-f/jdpdpdkkofoclmgbopofhlmoikpfamao
简介 SEO Tool for Squarespace websites
文件大小 528 KB
安装次数 3,402
当前版本 2.0.4
更新时间 2024-02-29
上架时间 2023-03-27
评分 4.43/5 共14次评分
开发者 SEOSpace
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.seospace.co.uk/
帮助页面URL https://www.seospace.co.uk/squarespace-seo-plugin
隐私政策页面URL https://www.seospace.co.uk/privacy-policy
支持的语言 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"
    }
}