Logeix Lab - Shopify SEO Tool

Quickly check SEO issues and opportunities. Built for Shopify first.

Logeix Lab - Shopify SEO Toolคืออะไร?

Logeix Lab - Shopify SEO Tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://logeix.com และคุณลักษณะหลักของมันคือ "Quickly check SEO issues and opportunities. Built for Shopify first."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Logeix Lab - Shopify SEO Tool

ดาวน์โหลดไฟล์ส่วนขยาย Logeix Lab - Shopify SEO Tool ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        An SEO extension built for Shopify first.

- Check Title Tag & Meta Description w/ Live character count
- Check meta robots, x-robots, and robots.txt
- Edit pages in 1-click
- Instantly analyse pages for Shopify SEO issues
- Detect theme and Shopify apps (new)

No other extension is specifically designed for Shopify SEO analysis and management. With Logeix Lab you can get the data, tools, and features you need faster than ever.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Logeix Lab - Shopify SEO Tool Logeix Lab - Shopify SEO Tool
ID llopepfpoohjehneedhidnjdpniiilcm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/logeix-lab-shopify-seo-to/llopepfpoohjehneedhidnjdpniiilcm
คำอธิบาย Quickly check SEO issues and opportunities. Built for Shopify first.
ขนาดไฟล์ 61.09 KB
จำนวนการติดตั้ง 284
เวอร์ชันปัจจุบัน 0.9.4
อัปเดตครั้งล่าสุด 2023-08-13
วันที่เผยแพร่ 2023-01-22
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://logeix.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Logeix Lab - Shopify SEO Tool",
    "description": "Quickly check SEO issues and opportunities. Built for Shopify first.",
    "author": "Logeix.com",
    "version": "0.9.4",
    "action": {
        "default_icon": "icon-32.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "256": "icon-256.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "script.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}