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是由https://logeix.com開發的Chrome擴展程式,該擴展的主要功能是“Quickly check SEO issues and opportunities. Built for Shopify first.”。

擴展截圖

screenshot
screenshot
screenshot

下載Logeix Lab - Shopify SEO Tool擴展crx文件

下載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
官方網址 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": [
                ""
            ]
        }
    ]
}