SEOSpace - The SEO Plugin for Squarespace

SEO Tool for Squarespace websites

SEOSpace - The SEO Plugin for Squarespaceคืออะไร?

SEOSpace - The SEO Plugin for Squarespace เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SEOSpace และคุณลักษณะหลักของมันคือ "SEO Tool for Squarespace websites"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SEOSpace - The SEO Plugin for Squarespace

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}