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
Eメール [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"
    }
}