SEOSpace - The SEO Plugin for Squarespace

SEO Tool for Squarespace websites

SEOSpace - The SEO Plugin for Squarespace là gì?

SEOSpace - The SEO Plugin for Squarespace là một tiện ích mở rộng Chrome được phát triển bởi SEOSpace, và tính năng chính của nó là "SEO Tool for Squarespace websites".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng SEOSpace - The SEO Plugin for Squarespace

Tải xuống các tệp mở rộng SEOSpace - The SEO Plugin for Squarespace dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SEOSpace - The SEO Plugin for Squarespace SEOSpace - The SEO Plugin for Squarespace
ID jdpdpdkkofoclmgbopofhlmoikpfamao
URL Chính Thức https://chromewebstore.google.com/detail/seospace-the-seo-plugin-f/jdpdpdkkofoclmgbopofhlmoikpfamao
Mô tả SEO Tool for Squarespace websites
Kích Thước Tệp 528 KB
Số Lần Cài Đặt 3,402
Phiên Bản Hiện Tại 2.0.4
Cập Nhật Lần Cuối 2024-02-29
Ngày Phát Hành 2023-03-27
Đánh Giá 4.43/5 Tổng số 14 Đánh Giá
Nhà Phát Triển SEOSpace
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.seospace.co.uk/
URL Trang Trợ Giúp https://www.seospace.co.uk/squarespace-seo-plugin
URL Trang Chính Sách Bảo Mật https://www.seospace.co.uk/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}