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
官方網址 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"
    }
}