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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة https://www.seospace.co.uk/squarespace-seo-plugin
عنوان صفحة سياسة الخصوصية 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"
    }
}